[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


misclabel.pro Source code in misclabel.pro

misclabel.pro

NAME: misclabel PURPOSE: plot labels in numerical/exponential form. CATEGORY: plotting tools CALLING SEQUENCE: plot,....,xtickformat='misclabel'
Input Parameters
         axis, index, value: see documentation of x/y/ztickformat
         (axis procedure) the meaning of these parameters
Optional Input Parameters
         none
Keyword Parameters
         none
Output Parameters
         the function returns a string representing a value. The
         format depends from the value.
         Values between 0.001..1000 are plotted as numbers,
         above/below in exponential form (as G format should have
         done). Main part is taken from J. Wilms explabel function.
Optional Output
         none
Common Blocks
         ...are evil :-)
Side Effects
         none
Restrictions
         misclabel should not be used for axes spanning less than a few
         decades because the exponential numbers returned have only one
         significant digit of precision.
Procedure
         trivial
Example

Revision History
     $Log: misclabel.pro,v $
     Revision 1.1  2003/11/06 13:31:35  goehler
     combines explabel/numlabel

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

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

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