We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272ae95 commit d8700f6Copy full SHA for d8700f6
src/napari_matplotlib/base.py
@@ -97,7 +97,7 @@ def add_single_axes(self) -> None:
97
# Sets axes.* style.
98
# Does not set any text styling set by axes.* keys
99
with mplstyle.context(self.mpl_style_sheet_path):
100
- self.axes = self.figure.subplots()
+ self.axes = self.figure.add_subplot()
101
102
def _on_napari_theme_changed(self) -> None:
103
"""
0 commit comments