gosper_in_zeilberger SciMax Toolbox gr3d

SciMax Toolbox >> gr2d

gr2d

Maxima Scene constructor

Calling Sequence

gr2d (graphic option, ..., graphic object, ...)

Description

Function gr2d builds an object describing a 2D 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 two dimensions: points, polygon, rectangle, ellipse, label, vector, explicit, implicit, polar, parametric, image and geomap.

See also the following global graphic options: , , logx, logy, terminal, grid, title, xlabel, ylabel, xtics, ytics, xy_file, file_name, pic_width, pic_height, eps_width, eps_height, user_preamble, axis_bottom, axis_left, axis_top and axis_right.

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

gosper_in_zeilberger SciMax Toolbox gr3d