PsiLAB Help Manual
Page
Section:
Basic Plot functions
Name:
plot_close
Terminates a plot session.
Terminate the current plot session, flush the file buffers if any, and close the output file if any.
This function must be called when plot output was written in a file, for example a postscript file, previously opened with the plot_open function.
plot_close ()
Example:
[] plot_open PsColor ;;
[] plot2d ~x:[xt] ~y:[xdat] () ;;
[] plot_close () ;;
Printed by PsiLAB