[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


plot_steppar2 Source code in cafe_plot_steppar2.pro

plot_steppar2

Name
           plot_steppar2
Purpose
           plot 3-dim steppar values computed with the steppar command
Category
           cafe
SUBCATEGORY:
           plot type
Input Parameters
          There group is always the last available one. Subgroup is
          always the first one.
PLOT OUTPUT:
           steppar2 - Plot the steppar values of last call with "steppar".
                      This will be a 3-d contour plot provided the
                      "steppar"-command was run with 2 parameters.
                      If not an error will be raised.
SETPLOT KEYWORDS:
           Apart from IDL oplot keywords following special
                      are defined:
          shade    -  Plot a shaded surface instead surface mesh.
                      USING THIS OPTION WILL CLEAR ALL FORMER
                      DRAWINGS!
          surf     -  Plot a surface mesh.
          contour  -  Plot a contour plot (default)
          isolines -  Plot on shade/surface isolevel contour lines
                      (disable contour zvalue).
           gridnum  - Number of grid elements to be used for shading polygons.
                      Default: 50.
          deviation - Flag. If true (=1) the parameter values are
                      measured in deviation from the best-fit
                      parameter value.
          nofancy   - Flag which disables plotting of significance
                      levels, labels etc.
Side Effects
           Plots in current window.
Example
           > model,parabel
               > fit
               steppar, 1,2
               plot, steppar2 -> displays contour of parameter 1/2
Revision History
           $Id: cafe_plot_steppar2.pro,v 1.8 2003/11/05 09:03:56 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