Re: Previous version features for 2-D and 3-D plots
- To: mathgroup at smc.vnet.net
- Subject: [mg81228] Re: Previous version features for 2-D and 3-D plots
- From: mcmcclure at unca.edu
- Date: Sun, 16 Sep 2007 04:09:34 -0400 (EDT)
- References: <fcdfbm$pmd$1@smc.vnet.net>
On Sep 14, 4:05 am, Aranthon <a.dw... at gmail.com> wrote: > Also, is the Viewpoint Inspector still around? I love the ability to > interactively rotate the graphic to help find the best viewing angle, > but there are times when the inspector would come in handy, in > particular when I need to set multiple graphs to the same viewpoint. You can get the ViewPoint of a Graphics3D object as follows. First, generate the 3D picture. Rotate it to the position you want. Then place the cursor at the left hand side of the cell containing the image. Type: ViewPoint /. FullOptions@ If you execute this, the result should be the ViewPoint. You can simply rotate the image and re-execute to get a different ViewPoint. Mark