|
From: Theo H. <th...@ph...> - 2008-08-21 13:45:51
|
pl...@pi... wrote: > Hi, > > I often find my self guessing when reading data off a gnuplot graph with > grid on. In reality I need the minor ticks as a grid as well , like on old > fashioned graph paper. The minor intervals are marked with a much lighter > grid so as not to clutter the graph. > > Is there a way to achieve this that I have over looked? [...] Everything you ask for already exists in gnuplot 4.2. For example, `set grid mxtics` sets a grid at minor x tics. See `help grid` for details on how to set the linetype. Note that if you're at an interactive terminal with mouse capability (any modern one) pressing `r` gives you a ruler. I find this far easier to use than trying to interpolate on a grid, especially since I can zoom in for higher precision. THeo |