We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5793fb2 commit f0bd47bCopy full SHA for f0bd47b
src/napari_matplotlib/base.py
@@ -49,7 +49,6 @@ def __init__(self, napari_viewer: napari.viewer.Viewer):
49
self.viewer = napari_viewer
50
self.canvas = FigureCanvas()
51
52
- self.canvas.figure.set_tight_layout(True)
53
self.canvas.figure.patch.set_facecolor(NAPARI_WINDOW_COLOR)
54
self.canvas.figure.set_layout_engine("constrained")
55
self.toolbar = NapariNavigationToolbar(self.canvas, self)
0 commit comments