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.

4
  • $\begingroup$ Yeah, why can't you just use Show, with the insets as separate graphics. $\endgroup$ Commented Jun 9, 2014 at 16:55
  • $\begingroup$ Why do you need to use Inset[Graphics[... instead of Epilog->{Polygon[{a,b,c,d}]...? $\endgroup$ Commented Jun 9, 2014 at 19:42
  • $\begingroup$ @Kuba Correct! I didn't think about using {ColorData["Legacy", "Banana"], EdgeForm[{Thick, Pink}], Opacity[0.15], Polygon[{a, b, c, d}]} in the Epilog instead of Inset... to achieve the same result. Inset obviously here was a wrong option and I guess that finding correctly the right Size would have been challenging and futile. I consider your comment as an answer. $\endgroup$ Commented Jun 9, 2014 at 21:19
  • $\begingroup$ @Kuba you should repost your comment as answer.. $\endgroup$ Commented Jun 9, 2014 at 21:26