Question: set plot view with no axes

Am I having an off day, or does the view option for plots (and 3d plots) not work when one has axes=NONE? For example, the plots plot( x^2, x=-1..1, view=[-2..2,-2..2], axes=NONE); plot( x^2, x=-1..1, view=[-2..2,-2..2], axes=BOXED); produce completely different plots, with the view parameter being ignored in the first version. Can this be fixed? It seems a bizarre question, but I was trying to create a bit of space around a 3d plot so that it can be rotated without falling off the edge, and I can't figure out how to do that if I don't want axes.
Please Wait...