|
From: Hans-Bernhard B. <br...@ph...> - 2005-09-01 16:22:43
|
Justace Clutter wrote: > I looked at the various settings and did not see anything that would do it > right. I can see that I can remove the axis using the border command and > then use the [x,y]zeroaxis commands but that does not actually move the axis > with all the tics to the zero cross. That's what you have commands like set xtics axis for. In total, the combination you're looking for would be something like unset border set xzeroaxis lt -1 lw .5 ; set yzeroaxis lt -1 lw .5 set xtics axis ; set ytics axis plot sin(x) |