gr2d SciMax Toolbox gradef

SciMax Toolbox >> gr3d

gr3d

Maxima Scene constructor

Calling Sequence

gr3d (graphic option, ..., graphic object, ...)

Description

Function gr3d builds an object describing a 3d scene. Arguments are graphic options and graphic objects. This scene is interpreted sequentially: graphic options affect those graphic objects placed on its right. Some graphic options affect the global appearence of the scene.

This is the list of graphic objects available for scenes in three dimensions: points, label, vector, explicit, parametric and parametric_surface.

See also the following graphic options: , , zrange, logx, logy, logz, terminal, grid, title, xlabel, ylabel, zlabel, xtics, ytics, ztics, xy_file, user_preamble, axis_bottom, axis_left, axis_top, file_name, pic_width, pic_height, eps_width, eps_height, axis_right, rot_vertical, rot_horizontal, axis_3d, xu_grid, yv_grid, surface_hide, contour, contour_levels, palette, colorbox and enhanced3d.

To make use of this function, write first load(draw).

gr2d SciMax Toolbox gradef