Skip to content

Commit

Permalink
fix clear canvas issue
Browse files Browse the repository at this point in the history
  • Loading branch information
y8z committed Jun 28, 2024
1 parent 8dbde5e commit fe2bdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addie/plot/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def clear_all_1d_plots(self):
continue
if isinstance(plot, tuple) is False:
try:
line = self.axes.lines[ikey]
line = self.axes.lines[0]
line.remove()
except ValueError as e:
print(
Expand Down

1 comment on commit fe2bdc6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitLab pipeline for addie-dev has been submitted for this commit: "https://code.ornl.gov/sns-hfir-scse/deployments/addie-deploy/-/pipelines/586928"

Please sign in to comment.