Commit 40757b94 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Results: Fix axes previous line.

Showing with 1 addition and 0 deletions
+1 -0
......@@ -302,6 +302,7 @@ class CustomPlot(PamhyrPlot):
for axes in self._y_axes[1:]:
if axes in self._axes:
self._axes[axes].clear()
continue
ax_new = self.canvas.axes.twinx()
......
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