mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 23:20:57 +07:00
PY-27121 Scientific View: Plot is not displayed properly
This commit is contained in:
@@ -61,6 +61,7 @@ class FigureCanvasInterAgg(FigureCanvasAgg):
|
||||
FigureCanvasAgg.__init__(self, figure)
|
||||
|
||||
def show(self):
|
||||
self.figure.tight_layout()
|
||||
FigureCanvasAgg.draw(self)
|
||||
if PORT is None:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user