Commit 1e129f4e authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Geometry: minor change on PlotXY.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -106,7 +106,7 @@ class PlotXY(APlot): ...@@ -106,7 +106,7 @@ class PlotXY(APlot):
self.canvas.axes.autoscale_view(True, True, True) self.canvas.axes.autoscale_view(True, True, True)
self.canvas.axes.autoscale() self.canvas.axes.autoscale()
self.canvas.figure.tigth_layout() self.canvas.figure.tight_layout()
self.canvas.figure.canvas.draw_idle() self.canvas.figure.canvas.draw_idle()
self.toolbar.update() self.toolbar.update()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment