mirror of https://gitlab.com/pamhyr/pamhyr2
Results: Minor change.
parent
31ae0ab8e0
commit
76430322dd
|
|
@ -456,8 +456,12 @@ class PlotXY(PamhyrPlot):
|
|||
overflow.append(pt_right)
|
||||
|
||||
for plot in self.overflow:
|
||||
plot[0].remove()
|
||||
try:
|
||||
plot[0].remove()
|
||||
except Exception as e:
|
||||
logger_exception(e)
|
||||
del plot[0]
|
||||
|
||||
self.overflow = []
|
||||
|
||||
for p in overflow:
|
||||
|
|
|
|||
Loading…
Reference in New Issue