|
From: Hans-Bernhard B. <HBB...@t-...> - 2009-12-15 21:33:47
|
Trillianx wrote: > I have been having this problem with vanishing small tics. This ONLY works > when I let gnuplot use its default x-axis values. When I change them using > "set xtics" command as shown below, they disappear. That's not so much a problem but rather a documented limitation of minor tick placement. By overriding gnuplot's tic placement, you rob it of the knowledge needed to place minor tics by itself. If you still want minor tics, see "help mtics" about how to work around that limitation. |