Skip to content

Commit

Permalink
remove xerr from efficiency plots
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhundhausen committed Feb 26, 2024
1 parent 236b4a8 commit 862382e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu_tools/object_performance/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _plot_efficiency_curve(self):
)

err_kwargs = {
"xerr": self.turnon_collection.xerr(obj_key),
# "xerr": self.turnon_collection.xerr(obj_key),
"capsize": 3,
"marker": "o",
"markersize": 8,
Expand Down

0 comments on commit 862382e

Please sign in to comment.