Re: Image rotation?
- To: mathgroup at smc.vnet.net
- Subject: [mg76522] Re: Image rotation?
- From: ragfield <ragfield at gmail.com>
- Date: Wed, 23 May 2007 05:32:58 -0400 (EDT)
- References: <f2rrsk$a8l$1@smc.vnet.net>
Try something like this to rotate an entire graphic in V6: Graphics[Rotate[Inset[Plot[Sin[x], {x, 0, 2 Pi}]], Pi/4]] -Rob