diff --git a/plotnine/geoms/geom_dotplot.py b/plotnine/geoms/geom_dotplot.py index 70fb1f172..8afd836fa 100644 --- a/plotnine/geoms/geom_dotplot.py +++ b/plotnine/geoms/geom_dotplot.py @@ -199,7 +199,7 @@ def draw_group( # For perfect circles the width/height of the circle(ellipse) # should factor in the dimensions of axes bbox = ax.get_window_extent().transformed( - ax.figure.dpi_scale_trans.inverted() # pyright: ignore + ax.figure.dpi_scale_trans.inverted() ) ax_width, ax_height = bbox.width, bbox.height