Hi folks,
I have a sequence of calculations which ends up with the equation for an ellipse.
When I plot it (or half of it) using sympy.plot it looks like a circle because the plot
automatically adjusts the aspect ratio to even out the plot. I'd like to have a 1:1
aspect ratio. Any automatic way to get a 1:1 aspect ratio using sympy.plot? (I know there are
ways to do it using matplotlib directly...)
You can test with a formula like x**2 + 9*y**2 = 10 or something. It always plots
looking like a circle.
Thanks in advance! -- Aaron Watters