Possible Duplicate:
Crossing axis and labels in matlab
This sounds like a trivial question, but I couldn't find anything online save unanswered questions.
I'm using Octave to plot functions, and I'd like the axes of my (3D) plot to cross at 0. For now, I get a kind of box-shaped coordinate system:
How would I get something like this? (taken from Wikipedia):
Thanks!