mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
PY-32106 SciView forces tight_layout for plots
It was added as a workaround for seaborn PY-27121, but it doesn't look like a good idea GitOrigin-RevId: 9fb9d28df0132c628b9d0ee23365c30d63aa6ade
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9f5202c5ef
commit
314cee4443
@@ -65,7 +65,6 @@ class FigureCanvasInterAgg(FigureCanvasAgg):
|
||||
FigureCanvasAgg.__init__(self, figure)
|
||||
|
||||
def show(self):
|
||||
self.figure.tight_layout()
|
||||
FigureCanvasAgg.draw(self)
|
||||
|
||||
if matplotlib.__version__ < '1.2':
|
||||
|
||||
Reference in New Issue
Block a user