IXTaxis

From LIBISIS
Revision as of 13:29, 1 April 2008 by Dean Whittaker (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The IXTaxis object contains a string defining the units code, a string defining actual units and a string defining annotation for the axes

The elements of the object are as follows: | align="center" width="90%" border="1" cellspacing="2" cellpadding="2" style="margin: 5px; border:2px blue solid; border-collapse: collapse; background-color: #EEEEEE; vertical-align:top; padding:2px" |- ! style="background-color: #CCCCCC" | Element ! style="background-color: #CCCCCC" | Type ! style="background-color: #CCCCCC" | Description |- |base |IXTbase |object needed for internal reasons |- |caption |char |caption to annotate the plot with |- |units |char |units of the axes (e.g. 'milliseconds') |- |code |char |units code used for conversions |}


F90 syntax

use [[IXMaxis]]
type(IXTunits)::units
type(IXTstatus):: status


The following operations may be performed on this data type:


Class specific Functions