-
Notifications
You must be signed in to change notification settings - Fork 1
SPICE_DATA::get_axis_title
Martin Wiesmann edited this page Nov 25, 2022
·
2 revisions
Source code: SPICE_DATA::get_axis_title
Class: SPICE_DATA
Returns name of axis, if axis is not provided a string vector will be returned that contains the names of all axes. The name of the axis includes its unit in square brackets, except if the pixels keyword is set, then it says pixels instead of units, or if no_unit keyword is set.
axis_titles = spice_object->get_axis_title( [axis] [, /pixels] [, /no_unit] )
String or string array.
Scalar or array of indices of axes. Default is all axes ([0,1,2,3]).
Return 'pixels' as unit
Do not include units in axis name