diff --git a/plotnine/facets/facet.py b/plotnine/facets/facet.py index 8a1cdae64..ddae33b5a 100644 --- a/plotnine/facets/facet.py +++ b/plotnine/facets/facet.py @@ -405,7 +405,7 @@ def make_figure(self) -> tuple[Figure, list[Axes]]: # Create axes it = itertools.product(range(self.nrow), range(self.ncol)) for i, (row, col) in enumerate(it): - axsarr[row, col] = figure.add_subplot(gs[i]) # pyright: ignore[reportCallIssue,reportArgumentType] + axsarr[row, col] = figure.add_subplot(gs[i]) # axsarr = np.array([ # figure.add_subplot(gs[i])