//// this chunk is included by prefabs to set up the plotting area
//
//// set default grid
#if @xgrid = yes
  #set xgrid = "color=tan1"
#endif
#if @ygrid = yes
  #set ygrid = "color=tan1"
#endif
//
//// set up plotting area..
#proc areadef
rectangle: @rectangle
#ifspec unittype xscaletype
#ifspec ylog yscaletype
#ifspec xlog xscaletype
#if @autow = yes
  autowidth: 0.5 4.0 8.0
#endif

