!
!  ----------------------------------------------------------------
!               PLOT2D OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   plot2d object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Plot2D" 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 plot2ds.  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 Plot2D 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 -> color -> plot2D
!
!   CLASS-SPECIFIC RESOURCES:   plot2DPlotType
!
!   SUB-PARTS: The Plot2D object has no sub-parts.
!

! Corresponding attribute: XVW_PLOT2D_PLOTTYPE
! Plot type; one of:
!       KPLOT2D_LINEPLOT           1
!       KPLOT2D_DISCRETE           2
!       KPLOT2D_BARGRAPH           3
!       KPLOT2D_POLYMARKER         4
!       KPLOT2D_LINEMARKER         5
!       KPLOT2D_COLORMARKER        6
!
!*Plot2D.plot2DPlotType: 1


! Corresponding attribute: XVW_FOREGROUND, XVW_BACKGROUND
!                          (setting inherited resources)
! Foreground & background colors for 2D plot
! (note that background color is only used with *filled* plots, 
!  ie, bar graphs)
!
*Plot2D.foreground: blue
*Plot2D.background: green
