Hello everyone, I have read through the documentation to find a way to plot an Ellipse such as:
Ellipse(center=Point(0, 0), hradius=a, vradius=sqrt(a ** 2 - c ** 2)) but the plotting module seems not work on it. from sympy.plotting.pygletplot import PygletPlot as Plot So is there any tips? Thanks, --Xiantong -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/7cf6bbd0-2c52-4fd8-b52b-261771b33586%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
