fifth SciMax Toolbox file_output_append

SciMax Toolbox >> file_name

file_name

Graphic option

file_name

Description

Default value: "maxima_out"

This is the name of the file where terminals png, jpg, eps and eps_color will save the graphic.

Since this is a global graphics option, its position in the scene description does not matter. It can be also used as an argument of function draw.

Example:

(%i1) load(draw)$
(%i2) draw2d(file_name = "myfile",
             explicit(x^2,x,-1,1),
             terminal  = 'png)$

See also , , and .

fifth SciMax Toolbox file_output_append