sa17a


// demonstrates the use of 'autodays' to mark day boundaries 
// when plotting datetimes
//
// also illustrates the use of an altername date/time separator character
//

#proc settings
 dtsep: T

#proc areadef
  rectangle: 1 1 4 2
  xscaletype: datetime
  xrange: 092803T00:00 092903T12:00
  yrange: 0 10

#proc xaxis
  stubs: inc 6 hour
  stubformat: hhA
  autodays: yes