Table of Contents ▸ List of Commands ▸ Input / Output ▸ plot | ◀ pass | poincare_disk ▶ |
plot
Arguments:
- _plot_type,_vertex_type,_xmin,_xmax,_ymin,_ymax,_exit_on_anykey={ 0:No | 1:Yes }
Description:
Display selected images or formula in an interactive viewer (use the instant display window [0] if opened).plot_type can be { 0:None | 1:Lines | 2:Splines | 3:Bar }.
vertex_type can be { 0:None | 1:Points | 2,3:Crosses | 4,5:Circles | 6,7:Squares }.
xmin, xmax, ymin, ymax set the coordinates of the displayed xy-axes.
Default values:
plot_type=1, vertex_type=1, xmin=xmax=ymin=ymax=0 (auto) and exit_on_anykey=0.