|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Re: [Mathematica 6]3 lines of code which crashes Mathematica every time
Next by Date:
Re: change $UserDocumentsDirectory
Previous by thread:
Re: Image rotation?
Next by thread:
Accessing all the documentation in Help
|