Geometry: Minor fix.

mesh
Pierre-Antoine Rouby 2023-06-01 16:51:40 +02:00
parent 1e129f4e53
commit ba85330d74
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@ class PlotXY(APlot):
self.canvas.axes.autoscale() self.canvas.axes.autoscale()
self.canvas.figure.tight_layout() self.canvas.figure.tight_layout()
self.canvas.figure.canvas.draw_idle() self.canvas.figure.canvas.draw_idle()
self.toolbar.update() if self.toolbar is not None:
self.toolbar.update()
self._init = True self._init = True