Greetings.
I can never seem to get the minor grid to turn off. Is that feature just
broken? I'm using gnuplot 4.0pl0 and if I try for example
set xtics ("1" 1 0, "" 2 1)
set grid xtics nomxtics
set xrange [-10:10]
plot sin(x)
I get grid lines at the major *and* minor points. The feature of setting grid
line style separately for major and minor also doesn't seem to work. For
example set grid lw 50, lw 0 gives width 50 on both major and minor.
Note that the major and minor *tics* are being drawn in their correct respective
sizes. It's just the gridlines that are messed up.
-jwb
|