Proposal for a new plotting feature

70 views
Skip to first unread message

Sayandip Halder

unread,
Dec 18, 2020, 11:29:33 AM12/18/20
to sympy
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!

Reply all
Reply to author
Forward
0 new messages