graphics(
    geometry(
        Ellipse(Point(-3, 2), hradius=3, eccentricity=Rational(4, 5)),
        rendering_kw={"color": "tab:orange"}),
    grid=False, aspect="equal"
)
# Expected:
## Plot object containing:
## [0]: geometry entity: Ellipse(Point2D(-3, 2), 3, 9/5)
