1 | initial version |
The aspect ratio (how many times to scale y with respect to x) can be specified.
An example (using lambda to avoid having to define x and y as symbolic variables):
sage: implicit_plot(lambda x, y: x^2 + 10000*y^2 - 2, (-3,3), (-0.03,0.03), aspect_ratio=10)