Skip to content

Commit

Permalink
Don't label the yellow line twice
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Mar 9, 2024
1 parent da2d3ef commit 66c1bf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acis_thermal_check/apps/acisfp_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def make_prediction_plots(
load_start=load_start,
)
plots[name].ax.set_title(self.msid.upper(), loc="left", pad=10)
plots[name].add_limit_line(self.limits["yellow_hi"], lw=3)
upper_limit.plot(
fig_ax=(plots[name].fig, plots[name].ax),
lw=3,
Expand Down

0 comments on commit 66c1bf8

Please sign in to comment.