Skip to content

added colorsetting function #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 2, 2023
Prev Previous commit
removed deprecated layout engine.
  • Loading branch information
jo-mueller committed May 2, 2023
commit f0bd47b7ae033e2f532ba1349a7365b48a82767c
1 change: 0 additions & 1 deletion src/napari_matplotlib/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def __init__(self, napari_viewer: napari.viewer.Viewer):
self.viewer = napari_viewer
self.canvas = FigureCanvas()

self.canvas.figure.set_tight_layout(True)
self.canvas.figure.patch.set_facecolor(NAPARI_WINDOW_COLOR)
self.canvas.figure.set_layout_engine("constrained")
self.toolbar = NapariNavigationToolbar(self.canvas, self)
Expand Down