Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

spedas/gui/display/draw_object/

spd_ui_draw_object__makexyaxismodel.pro


spd_ui_draw_object method: makeXYAxisModel Constructs an X or Y axis model from a spd_ui_axis_settings object Inputs: dir = direction of the axis(0=x,1=y) xrange,yrange: data range of the panel scaling: scaling mode of the panel 0(linear),1(log10),2(logN) axisSettings: axis settings object plotDim1: normalized length of the plot on the dimension perpendicual to the axis plotDim2: normalized length of the plot on the dimension parallel to the axis color: The color of the plot frame in RGB thick: The thickness of the plot frame/ticks useIsTime: use this keyword to override the current isTime value Outputs gridmodel: the model containing any axis grids model: the axis model is returned in this keyword majorTickValues:the major tickvalues are returned in this keyword numMinorTicks: the number of minor ticks is returned in this keyword isTimeAxis: flag indicating whether the axis is time annotated or not returned in this keyword labelPos: this keyword returns the most distant label position from the axis fail: 1 indicates failure, 0 success $LastChangedBy: pcruce $ $LastChangedDate: 2014-06-25 17:47:00 -0700 (Wed, 25 Jun 2014) $ $LastChangedRevision: 15444 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/display/draw_object/spd_ui_draw_object__makexyaxismodel.pro $

Routines

top source spd_ui_draw_object::makeXYAxisModel

spd_ui_draw_object::makeXYAxisModel, dir, xrange, yrange, scaling, axisSettings, plotDim1, plotdim2, color, thick, bgcolor, useIstime=useIstime, gridmodel=gridmodel, model=model, majors=majors, minorNum=minorNum, isTimeAxis=isTimeAxis, labelPos=labelPos, fail=fail

Parameters

dir
xrange
yrange
scaling
axisSettings
plotDim1
plotdim2
color
thick
bgcolor

Keywords

useIstime
gridmodel
model
majors
minorNum
isTimeAxis
labelPos
fail

File attributes

Modification date: Tue Oct 21 13:53:41 2014
Lines: 615