#! /bin/csh -f
# Last edited on 1999-10-11 22:29:08 by hcgl

PZDrawCandGrids \
  -inName test-064-i \
  -outName test-064-o1 \
  -separatePlots \
  -maxCands 5 \
  -cellSize 4.0
  
ghostview test-064-o1-grid.ps 

PZDrawCandGrids \
  -inName test-064-i \
  -outName test-064-o2 \
  -maxCands 2 \
  -cellSize 1.5 \
  -epsFormat \
  -segments \
    8 95 0 95 +  9 50 0 50 -

ghostview test-064-o2-0008-0009-grid.eps 

  
