nthroot SciMax Toolbox ntrig

SciMax Toolbox >> nticks

nticks

Graphic option

nticks

Description

Default value: 30

nticks is the number of sample points used by the plotting routine.

This option affects the following graphic objects:

Example:

(%i1) load(draw)$
(%i2) draw2d(transparent = true,
             ellipse(0,0,4,2,0,180),
             nticks = 5,
             ellipse(0,0,4,2,180,180) )$
nthroot SciMax Toolbox ntrig