Timeline for Combine a contour plot of a conic and an inset with an polygon such as all its vertices are on the conic
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 10, 2014 at 6:24 | vote | accept | Sigis K | ||
| Jun 9, 2014 at 21:39 | answer | added | Kuba | timeline score: 3 | |
| Jun 9, 2014 at 21:26 | comment | added | halmir | @Kuba you should repost your comment as answer.. | |
| Jun 9, 2014 at 21:19 | comment | added | Sigis K | @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. | |
| Jun 9, 2014 at 19:42 | comment | added | Kuba | Why do you need to use Inset[Graphics[... instead of Epilog->{Polygon[{a,b,c,d}]...? | |
| Jun 9, 2014 at 16:55 | comment | added | lalmei | Yeah, why can't you just use Show, with the insets as separate graphics. | |
| Jun 9, 2014 at 16:44 | history | asked | Sigis K | CC BY-SA 3.0 |