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.

Required fields*

9
  • $\begingroup$ Graphics[{Red, RegularPolygon[8], White, Text[Style["STOP", 110]]}] $\endgroup$ Commented Oct 14, 2016 at 16:32
  • 2
    $\begingroup$ Nothing in the documentation for the Polytopes Package says you can use it with Graphics. But this seems to work Graphics@Polygon@Vertices@Octagon $\endgroup$ Commented Oct 14, 2016 at 16:36
  • 1
    $\begingroup$ you mean this? $\endgroup$ Commented Oct 14, 2016 at 16:37
  • $\begingroup$ @yode - that is really odd. If you look at the resulting Graphics, you see they are using 1070 vertices to make an octagon!!! $\endgroup$ Commented Oct 14, 2016 at 16:41
  • $\begingroup$ If what you want is the outline of a polytope: Graphics[{Black, RegularPolygon[1, 8], White, RegularPolygon[0.95, 8]}] $\endgroup$ Commented Oct 14, 2016 at 18:49