Polygons and triangles cannot be plotted directly by any plotting function. Sympy can have a new plotting function for polygons which can plot these structures directly and the user does not have to write a separate loop.
The proposed function will work something like this >>> p = RegularPolygon(Point(0,0), 1, 5) >>> plot_polygon(p) Let me know what do you think! -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/16a7e5e3-d67a-4f3b-aed7-ab3ca1d8047an%40googlegroups.com.
