set_posfig_dim — change defaut transformation for exporting in postscript
set_posfig_dim(w,h) set_posfig_dim(0,0)
set_posfig_dim(w,h)
set the coordinates transformation to
be used when exporting a graphic window in postscript. The graphic figure
zoomed with ratios w/<graphic figure width>
horizontally and h/<graphic figure height>
vertically.
This function is particularily useful when one wants an export a
graphic figure exactly as it is shown on the screen. For that
w
and h
has to be set respectively to
<graphic figure width>
and
<graphic figure height>
set_posfig_dim(0,0)
resets the default values:
w=600
, h=424
.
Function set_posfig_dim
is obsolete and will be permanently removed in Scilab 5.2.
In current version, set_posfig_dim has no influence on exported files.
Their width and height instead match the exported figure axes_size
property.