
! ********************************************************************
! *  BAR.DAT -- Sample Data File for Constructing a Bar Graph	     *
! ********************************************************************

! ****************
! *  Graph Type  *
! ****************

#GRAPH_TYPE = BAR_GRAPH


! *********************************************************************
! *  Graph-Specific Info.  -- Graph 3 Data Groups, of 5 Samples Each  *
! *********************************************************************

#NUMBER_OF_GROUPS  = 3
#NUMBER_OF_SAMPLES = 5


! ********************************
! *  Graph Colors/Fill Patterns  *
! ********************************

#DRAW_COLOR    =  15
#BKG_COLOR     =  0
#FILL_COLORS   =  12 ^ 13 ^ 14 ^


! ******************
! *  Graph Titles  *
! ******************

#MAIN_TITLE    = Average Rainfall (in.), Jan-May^
#LEGEND_TITLES = Chicago ^ New York ^ Seattle^
#ITEM_TITLES   = Jan. ^ Feb. ^ Mar.^ Apr.^ May^


! *******************
! *  Graph Options  *
! *******************

#OPTIONS = 3D ^ AUTO ^


! ****** Graph Data (3 Groups, 5 Samples Each) ******
! * Chicago     New York       Seattle              * 
! ***************************************************

#DATA
     18.0        22.0           58.0 
     25.0        33.0           72.0 
     30.0        20.0           40.0 
     40.0        11.0           35.0 
     35.0        20.0           25.0 
