next up previous contents_motif.gif
Next: 5.5.4 Clearing a plot Up: 5.5 Detailed description of Previous: 5.5.2 Reading a FITS


5.5.3 Opening a plot window

Opening a graphic device is done with the open() command:
  open()    # open a device, default: XWindow
  op()      # same result using the shortened command
The default is to open an XWindow. You can use:
  op('?')
to get a list of all recognized devices. For example, opening a colour PostScipt file named signal.ps is done with:
  op('signal.ps/CPS')



Frank Bertoldi 2005-11-10