|
From: Mike S. <mw...@us...> - 2007-02-13 20:17:29
|
I tried the following and I get the minor tics, but not the minor grid lines.
gnuplot> set mxtics
gnuplot> set mytics
gnuplot> set tics scale 3,1.5
gnuplot> set grid lc rgb "green",lc rgb "blue"
gnuplot> sh grid
Rectangular grid drawn at x y tics
Major grid drawn with linetype 0 linecolor rgb "green" linewidth
1.000
Minor grid drawn with linetype 0 linecolor rgb "blue" linewidth 1.000
Grid drawn at default layer
gnuplot> plot x
Mike Sutton
|