eps_height SciMax Toolbox epsilon_lp

SciMax Toolbox >> eps_width

eps_width

Graphic option

eps_width

Description

Default value: 12

This is the width (measured in cm) of the Postscipt file generated by terminals eps and eps_color.

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   = 'eps,
             eps_width  = 3,
             eps_height = 3,
             explicit(x^2,x,-1,1))$

See also , , and .

eps_height SciMax Toolbox epsilon_lp