|
From:
<br...@ph...> - 2006-02-03 23:17:09
|
Petr Mikulik wrote: > But I see yet another bug: > > reset; unset tics; splot x > > this annulates "ticslevel" in current gnuplot 4.1. It's not exactly annulating the ticslevel (as you can see if you 'show tics': it's still 0.5). But if there's no baseplane being drawn (x and y tics and grids all off), then there's not much use for the extra space controlled by 'set ticslevel', either. The ticslevel controls the position of something that's not part of this plot, so it can't have any effect. To see it for yourself, look at graph3d.c:do_3dplot(), line 566. |