[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


cafegetplotparam Source code in cafegetplotparam.pro

cafegetplotparam

Name
           cafegetplotparam
Purpose
           retrieve plot parameter
Category
           cafe
SUBCATEGORY:
           setplot/plot/contour
SYNTAX:
           param=cafegetplotparam( env, item, panel, default)
Input Parameters
           item    - string defining the plot parameter.
           panel   - panel number to get plot parameter from
           default - default value if item not found.
Output Parameters
           Returns value according item name, if in environment
           found, otherwise default value will be returned.
           Return type always is a string.
Side Effects
           none.
Revision History
           $Id: cafegetplotparam.pro,v 1.13 2005/01/04 10:56:05 goehler Exp $
 $Log: cafegetplotparam.pro,v $
 Revision 1.13  2005/01/04 10:56:05  goehler
 fix: make shure all (internal) routines are properly documented
 Revision 1.12  2004/01/12 08:13:22  goehler
 update doc
 Revision 1.11  2003/05/16 18:44:48  goehler
 added parameter setting facility
 Revision 1.10  2003/05/06 13:16:21  goehler
 moved read/write of settings into separate procedures/functions.
 these also will be used for global settings.
 Revision 1.9  2003/04/14 07:41:13  goehler
 fix: setplot parameters were separated with "," which collides within [a,b]
      replaced with "\n"
 Revision 1.8  2003/03/03 11:18:33  goehler
 major change: environment struct has become a pointer -> support of wplot/command line
 in common.
 Branch to be able to maintain the former line also.
 Revision 1.7  2002/09/10 13:24:36  goehler
 updated name convention:
 - the command name for all commands
 - the command name + "_" + subcommand name for all subcommands
 Revision 1.6  2002/09/10 13:06:47  goehler
 removed ";-" to make auxilliary routines invisible
 Revision 1.5  2002/09/09 17:36:19  goehler
 public version: updated help matching aitlib html structure.
 common version: 3.0

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

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

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