Graphic option
nticks
Default value: 30
nticks is the number of sample points used by the plotting routine.
This option affects the following graphic objects:
gr2d: ellipse, explicit, parametric and polar.
gr2d
ellipse
explicit
parametric
polar
gr3d: parametric.
gr3d
Example:
(%i1) load(draw)$ (%i2) draw2d(transparent = true, ellipse(0,0,4,2,0,180), nticks = 5, ellipse(0,0,4,2,180,180) )$