[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


plotout Source code in cafe_plotout.pro

plotout

Name
           plotout
Purpose
           creates hardcopy of last plot
Category
           cafe
SYNTAX:
           plotout, [file["["param"]"]], [,filetype][,/clobber][,/append]
Input Parameters
           file     - the file name the plot will be sent to. From its
                      extension the filetype will be derived.
           filetype - Possibility to coerce a certain file
                      type. Available file types may be shown with
                      > help, plotout, all
Optional Input Parameters
           param    - Allow to send some parameters to the filetype
                      handler.
OPTIONS:
          clobber   - Do not ask when overriding an existing plot
                      file.
          append    - Do not close the plotout file/plotout process.
                      This means that if /append is used and no plot
                      file is given the plotout writes into the
                      former file (the actual behaviour depends on
                      the file type).
                      If there is no former file the default
                      "cafe.ps" will be used.
                      If the file name is "none" or a plotout command
                      omits the /append keyword the last file will
                      be closed (so appending into this file stops).
                      Warning: forgetting once "/append" will clean
                      the file(s) already plottet to.
SETUP:
           All options may be set with the "set" command. The
           command prefix is "plotout".
Side Effects
           Switches device but restores window one.
Example
               > plot, data,delchi, 2
               > plotout, graph.ps, eps
                -> plot data and chi of group 2 into eps file "graph.ps".
Revision History
           $Id: cafe_plotout.pro,v 1.16 2004/02/06 08:17:42 goehler Exp $

Last modified by pro2html on 2005 January 04 at 16:17 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically