[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


iplot Source code in cafe_iplot.pro

iplot

Name
           iplot
Purpose
           interactively plots data/model of fit
Category
           cafe
SYNTAX:
           iplot [,/notransient]
OPTIONS:
           notransient - do not restore setplot ranges. Useful when
                         plotout is performed.
SETUP:
           All options may be set with the "set" command. The
           command prefix is "iplot".
Description
           iplot uses the plot command to display former defined
           plot styles. All iplot does is to change the range(s)
           via mouse and redisplay the range.
BUTTONS:
               ZOOM_IN  - narrow visible range. This will be done in
                          steps as 10, 5, 2, 1, 0.5, 0.2, 0.1...
               ZOOM_OUT - enlarge visible range This will be done in
                          steps as 1, 2, 5, 10, 20, 50...
               <<       - move left one page
               >>       - move right one page
               EXIT     - leave IPLOT
MOUSE:
           Left button click will center the plot in x-range at
               data at mouse position.
Side Effects
           Changes xrange/yrange in setplot environment domain if
           notransient option is selected.
REMARK:
           A more sophisticated but slower version is the command
           "wplot" which allows button definitions by the user.
Example
         > plot, data+model,res
         > iplot
                -> uses plot to interactively plot it.
Revision History
           $Id: cafe_iplot.pro,v 1.10 2003/11/05 15:10:44 goehler Exp $

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

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

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