|
From: <br...@ph...> - 2006-06-20 22:23:58
|
Michael wrote: > Also, the axes are shown at the sides of the graph instead of at the > origin. That's on purpose. Axes in the middle of the drawable region are generally a bad idea if a automaton is to draw in that region. It takes a human to tick and label an axis in the middle of the graph, and avoid getting either unreadable payload data or unreadable ticks. > My questions: > > 1) How can I show my vector(s) alone? By plotting an entirely out-of-range function: set zrange [-1:1] splot 2.0 Or, if you updated beyond version 4.0, by doing a 3D 'with vectors' plot. |