Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: pgplotwidget.plotfile - Function Up: pgplotwidget - Tool Previous: pgplotwidget.play - Function


pgplotwidget.postscript - Function



Package display
Module plotter
Tool pgplotwidget


Save the plot as a PostScript file


Synopsis
postscript(file, color, landscape)


Description
This function saves the plot as a postscript file. Basically it changes the device to a PostScript device and then does a refresh, so any commands that have not been recorded will not be plotted. If the file already exists (and is writable), it will be overwritten without any request for confirmation.

By default it writes in landscape orientation and color PostScript, but these can be changed to portrait and BW respectively.



Arguments

file   file name
    Allowed: string
    Default: aipsplot.ps
color   write in color postscript?
    Allowed: boolean
    Default: T
landscape   write landscape?
    Allowed: boolean
    Default: T


Returns
T or fail (e.g., file not writable)




next up previous contents index
Next: pgplotwidget.plotfile - Function Up: pgplotwidget - Tool Previous: pgplotwidget.play - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15