mirror of https://gitlab.com/pamhyr/pamhyr2
Results: Minor change.
parent
4e1acfecdc
commit
2487bec6d6
|
|
@ -1321,6 +1321,7 @@ class ResultsWindow(PamhyrWindow):
|
||||||
)
|
)
|
||||||
self.plot_rkc.canvas.draw_idle()
|
self.plot_rkc.canvas.draw_idle()
|
||||||
self.plot_rkc.update_idle()
|
self.plot_rkc.update_idle()
|
||||||
|
|
||||||
if data['type_x'] == 'discharge' and data['type_y'] == 'time':
|
if data['type_x'] == 'discharge' and data['type_y'] == 'time':
|
||||||
line = self.canvas_4.axes.plot(
|
line = self.canvas_4.axes.plot(
|
||||||
x, y, marker="+",
|
x, y, marker="+",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue