We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec14d3 commit a5e3f21Copy full SHA for a5e3f21
src/napari_matplotlib/base.py
@@ -47,6 +47,7 @@ def __init__(self, napari_viewer: napari.viewer.Viewer):
47
48
self.viewer = napari_viewer
49
self.canvas = FigureCanvas()
50
+ self.canvas.figure.set_tight_layout(True)
51
self.canvas.figure.patch.set_facecolor("#262930")
52
self.toolbar = NavigationToolbar2QT(self.canvas, self)
53
0 commit comments