spedas/gui/display/draw_object/
spd_ui_draw_object__makezaxismodel.pro
Routines
top source spd_ui_draw_object::makeZAxisModel
spd_ui_draw_object::makeZAxisModel, zrange, zAxis, xplotpos, yplotpos, framecolor, framethick, model=model, palette=palette, majorNum=majorNum, minorNum=minorNum
spd_ui_draw_object method: makeZAxisModel constructs a zaxis model for display, from a spd_ui_zaxis_settings object Inputs: zrange(2 element double): The min & max range of the axis in logged space. zAxis(object reference): The spd_ui_zaxis_settings object from which settings will be drawn. xPlotPos(2 element double): The x-start & stop position of the panel in draw area normal coordinates yPlotPos(2 element double): The y-start & stop position of the panel in draw area normal coordinates frameColor(3 element bytarr): The rgb color of the panel frame. frameThick(double): the thickness of the panel frame, in idl standard line thickness units Outputs: model(object reference): The completed IDLgrModel palette(object reference): The palette object used for this axis. majorNum(long): The number of major ticks on this axis. minorNum(long): The number of minor ticks per major tick on this axis $LastChangedBy: aaflores $ $LastChangedDate: 2014-06-27 11:32:10 -0700 (Fri, 27 Jun 2014) $ $LastChangedRevision: 15454 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/display/draw_object/spd_ui_draw_object__makezaxismodel.pro $
Parameters
- zrange
- zAxis
- xplotpos
- yplotpos
- framecolor
- framethick
Keywords
- model
- palette
- majorNum
- minorNum
File attributes
Modification date: | Tue Oct 21 13:53:41 2014 |
Lines: | 414 |