Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2024
1 parent b1fbd3f commit c54c2d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/iminuit/qtwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ def on_parameter_change(self, from_fit=False, report_success=False):
else:
self.results_text.clear()


plt.clf()
plt.gcf().set_size_inches(self.figsize)
self.plot_with_frame(from_fit, report_success)
Expand Down

0 comments on commit c54c2d9

Please sign in to comment.