Graphing
The graph() and graph3d() functions allow you to create 2D and 3D graphs of
mathematical functions, respectively. These functions take a callback that defines the mathematical
function to be graphed, along with optional parameters to customize the graph's appearance and resolution.
2d graphing
Use the graph() function to create 2D graphs of
mathematical functions.
3d graphing
Use the graph3d() function to create 3D graphs
of mathematical functions.