Plotting, Graphing, and Drawing
Showing something visually can be done in a number of ways:
- Starting with complete images and modifying them using the
Image Built-in function.
- Use pre-defined 2D or 3D objects like
Circle and Cuboid and place them in a coordinate space.
- Compute the points of the space using a function. This is done using functions like
Plot and ListPlot.