! 
!  ----------------------------------------------------------------
!               AXIS OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   axis object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Axis" there.
!
!   Note that most of the settings here are commented out. In most cases,
!   we don't *really* want to specify the resource, but rather just want
!   to show how it would be specified *if we did*.  In fact, many of the
!   resource values specified are the default values, so nothing would change
!   in appearance even if you un-commented the lines.  On one hand, we are
!   trying to provide a nice app-defaults file for you to use as a
!   model when specifying resources for the Axis object; on the other hand,
!   we don't *actually* want to set resources un-necessarily (it is very
!   expensive to set resources, not something you do unless it is important).
!
!  ----------------------------------------------------------------
!
!
!
!   INHERITANCE:        manager -> graphics -> axis
!
!   CLASS-SPECIFIC RESOURCES:   axisAxisMode
!                               axisNumberMinorTics
!                               axisTicJustification
!                               axisShowAxis
!                               axisShowAxisLabel
!                               axisShowBox
!                               axisShowMajorGrid
!                               axisShowMinorGrid
!                               axisShowNumericalLabel
!                               axisShowTics
!                               axisShowZeroLine
!                               axisAxisColor
!                               axisBoxColor
!                               axisMajorGridColor
!                               axisMinorGridColor
!                               axisNumericalLabelsColor
!                               axisMajorGridLineWidth
!                               axisMinorGridLineWidth
!                               axisMajorGridLineType
!                               axisMinorGridLineType
!                               axisNiceLabels
!
!   SUB-PARTS:  Sub-parts of the Axis object include:
!
!   *Axis.label    /* string object,
!                     displays label of axis object */
!
!   You may specify resources for sub-parts of the axis object as desired.
!   See String app-defaults file for resources that can be set on *Axis.label.
!


!
! Corresponding attribute: XVW_AXIS_AXIS_MODE
! Specifies use of linear or log scaling: 
! KAXIS_LINEAR = 1, KAXIS_LOG = 2
!  
!*Axis.axisAxisMode: 1

!
! Corresponding attribute: XVW_AXIS_NUMBER_MINOR_TICS
! Specifies the number of minor tics to appear on the axis
!
!*Axis.axisNumberMinorTics: 0

!
! Corresponding attribute: XVW_AXIS_TIC_JUSTIFICATION 
! Determines how the major and minor axis tic marks appear:
! to the inside  of the axis line  (KAXIS_INSIDE   = 1)
! centered on the axis line        (KAXIS_CENTERED = 2),
! to the outside of the axis line  (KAXIS_OUTSIDE  = 3)
!
!*Axis.axisTicJustification: 1

!
! Corresponding attribute: XVW_AXIS_SHOW_AXIS
! Dictates whether or not the axis itself is displayed.
!
!*Axis.axisShowAxis: true

!
! Corresponding attribute: XVW_AXIS_SHOW_AXIS_LABEL
! Dictates whether or not the axis label is displayed.
!
!*Axis.axisShowAxisLabel: true

!
! Corresponding attribute: XVW_AXIS_SHOW_BOX
! Dictates whether or not the axis box will be displayed.
!
!*Axis.axisShowBox: true

!
! Corresponding attribute: XVW_AXIS_SHOW_MAJOR_GRID
! Dictates whether or not the major grid will be displayed.
!
!*Axis.axisShowMajorGrid: false


!
! Corresponding attribute: XVW_AXIS_SHOW_MAJOR_GRID
! Dictates whether or not the minor grid will be displayed.
!
!*Axis.axisShowMinorGrid: false

!
! Corresponding attribute: XVW_AXIS_SHOW_NUMERICAL_LABELS
! Dictates whether or not the numerical labels will be displayed.
!
!*Axis.axisShowNumericalLabel: true

!
! Corresponding attribute: XVW_AXIS_SHOW_TICS
! Dictates whether or not tic marks are displayed.
!
!*Axis.axisShowTics: true


!
! Corresponding attribute: XVW_AXIS_SHOW_ZERO_LINE
! Dictates whether or not zero line is displayed.
!
!*Axis.axisShowZeroLine: true


!
! Corresponding attribute: XVW_AXIS_AXIS_COLOR
! Name of color for axis
!
*Axis.axisAxisColor:	green

!
! Corresponding attribute: XVW_AXIS_BOX_COLOR
! Name of color for axis
!
*Axis.axisBoxColor: green

!
! Corresponding attribute: XVW_AXIS_MAJOR_GRID_COLOR
! Name of color for major grid
!
*Axis.axisMajorGridColor: green

!
! Corresponding attribute: XVW_AXIS_MINOR_GRID_COLOR
! Name of color for minor grid
!
*Axis.axisMinorGridColor: green

!
! Corresponding attribute: XVW_AXIS_NUMERICAL_LABELS_COLOR
! Name of color for numerical labels
!
*Axis.axisNumericalLabelsColor: orange

!
! Corresponding attribute: XVW_AXIS_MAJOR_GRID_LINE_WIDTH
! The line width with which the major grid is drawn: 
! KLINE_EXTRA_FINE     1
! KLINE_FINE           2
! KLINE_MEDIUM_FINE    3
! KLINE_MEDIUM         4
! KLINE_MEDIUM_WIDE    5
! KLINE_WIDE           6
! KLINE_EXTRA_WIDE     7
!
!*Axis.axisMajorGridLineWidth: 3

!
! Corresponding attribute: XVW_AXIS_MINOR_GRID_LINE_WIDTH
! The line width with which the minor grid is drawn, see values 
! for line widths given for axisMajorGridLineWidth, above.
!
!*Axis.axisMinorGridLineWidth: 1 


!
! Corresponding attribute: XVW_AXIS_MAJOR_GRID_LINE_TYPE
! The line type with which the major grid is drawn:
! KLINE_SOLID          1
! KLINE_DOTTED         2
! KLINE_DOT_DASH       3
! KLINE_SHORT_DASH     4
! KLINE_LONG_DASH      5
! KLINE_ODD_DASH       6
! KLINE_GRID_DOTTED    7
!
!*Axis.axisMajorGridLineType: 2

!
! Corresponding attribute: XVW_AXIS_MINOR_GRID_LINE_TYPE
! The line type with which the minor grid is drawn, see values  
! for line types given for axisMajorGridLineType, above.
!
!*Axis.axisMinorGridLineType: 2

!
! Corresponding attribute: XVW_AXIS_NICE_LABELS
! See manual for description.
!
!*Axis.axisNiceLabels: false


