entier SciMax Toolbox eps_width

SciMax Toolbox >> eps_height

eps_height

Graphic option

eps_height

Description

Default value: 8

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

entier SciMax Toolbox eps_width