Thanks to visit codestin.com Credit goes to github.com
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 81ff46e commit 464aa5eCopy full SHA for 464aa5e
src/napari_matplotlib/base.py
@@ -57,7 +57,7 @@ def __init__(self, napari_viewer: napari.viewer.Viewer):
57
58
self.viewer = napari_viewer
59
self.canvas = FigureCanvas()
60
- self.canvas.figure.set_tight_layout(True)
+ self.canvas.figure.set_layout_engine("constrained")
61
self.canvas.figure.patch.set_facecolor("#262930")
62
self.toolbar = NapariNavigationToolbar(self.canvas, self)
63
self._replace_toolbar_icons()
0 commit comments