pic_height SciMax Toolbox pickapart

SciMax Toolbox >> pic_width

pic_width

Graphic option

pic_width

Description

Default value: 640

This is the width 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 .

pic_height SciMax Toolbox pickapart