PsiLAB Help Manual Page

Section: Basic Plot functions

Name: plot_open

Open the specificied plot device.
This function initialize the plot device. The device is determined by the pplot_device argument.
plot_open (dev:Plot.plot_devices)

Currently supported devices:

Xwin X Window graphics driver
Ps Postscript driver (output in a file) Monochrome
PsColor Postscript driver (output in a file) Color
Xfig XFigure draw format (output in a file)

The plot session is terminated with the plot_close command.
Example:
[] plot_open PsColor ;; 
[] plot2d ~x:[xt] ~y:[xdat] () ;; 
[] plot_close () ;; 

Printed by PsiLAB