Easy way to 're-order' the axes in Plot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg70112] Easy way to 're-order' the axes in Plot3D
- From: "passwd9" <david at carter-hitchin.clara.co.uk>
- Date: Wed, 4 Oct 2006 05:58:59 -0400 (EDT)
Hi,
I've got this nice Plot3D surface, but unfortunately I want one of the
axes to run from 200 to 1, instead of the natural 1 to 200. I've tried
{S, 200, 1} instead of {S, 1, 200}, but that didn't work. The
function is quite involved and I'd rather not change it.
Effectively what I want to do is to mirror the whole surface in a
vertical plane.
Can anyone help me and think of a [hopefully simple] way to do this?
Many thanks,
David.