mirror of https://gitlab.com/pamhyr/pamhyr2
Results: Fix axes previous line.
parent
b6c91f63f7
commit
40757b949d
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue