ytics SciMax Toolbox zerobern

SciMax Toolbox >> yv_grid

yv_grid

Graphic option

yv_grid

Description

Default value: 30

yv_grid is the number of coordinates of the second variable (y in explicit and v in parametric 3d surfaces) to build the grid of sample points.

This option affects the following graphic objects:

Example:

(%i1) load(draw)$
(%i2) draw3d(xu_grid = 10,
             yv_grid = 50,
             explicit(x^2+y^2,x,-3,3,y,-3,3) )$

See also .

ytics SciMax Toolbox zerobern