|
From: Petr M. <mi...@ph...> - 2006-02-03 22:56:24
|
> gnuplot> reset > gnuplot> unset xtics # <-- must be unset first > gnuplot> set border 1+2+8 # remove top border > gnuplot> set xtics nomirror # xtics at bottom, but *not* at top > gnuplot> p sin(x) # voil=FF=FF- tics at top! I have fixed it (also for yet another case undiscovered above). But I see yet another bug: =09reset; unset tics; splot x this annulates "ticslevel" in current gnuplot 4.1. I wonder how this is=20 possible? --- PM |