Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 3
    $\begingroup$ I think this is a reasonable question and ought not be closed. $\endgroup$ Commented Aug 20, 2014 at 18:27
  • $\begingroup$ Perhaps you can also make use of this: How to create custom Graphics primitive? $\endgroup$ Commented Aug 20, 2014 at 18:50
  • $\begingroup$ Would'nt be easier to just change the order of Graphics and Rotate? Like this: e1 = Graphics[Rotate[{Blue, Opacity[.75], Disk[{0, 0}, {1/3, 1/4}]}, \[Pi]/3]]; e2 = Graphics[Rotate[{Red, Opacity[.75], Disk[{0, 0}, {1/3, 1/4}]}, \[Pi]/7]]; Show[{e1, e2}] !Mathematica graphics $\endgroup$ Commented Aug 21, 2014 at 2:09