diff --git a/python/helpers/pycharm_matplotlib_backend/backend_interagg.py b/python/helpers/pycharm_matplotlib_backend/backend_interagg.py index c8660feb098a..311d95a358aa 100644 --- a/python/helpers/pycharm_matplotlib_backend/backend_interagg.py +++ b/python/helpers/pycharm_matplotlib_backend/backend_interagg.py @@ -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':