pfeformat SciMax Toolbox pic_width

SciMax Toolbox >> pic_height

pic_height

Graphic option

pic_height

Description

Default value: 640

This is the height of the bitmap file generated by terminals png and jpg.

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(terminal   = 'png,
             pic_width  = 300,
             pic_height = 300,
             explicit(x^2,x,-1,1))$

See also , , and .

pfeformat SciMax Toolbox pic_width