Skip to content

Commit

Permalink
Add label
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Dec 30, 2020
1 parent 735d5f5 commit fe212e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dpa_check/dpa_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def custom_prediction_viols(self, times, temp, viols, load_start):

def custom_validation_plots(self, plots):
plots[0]['lines']['ax'].axhline(self.zero_feps_limit, linestyle='--',
color='dodgerblue', zorder=-8,
linewidth=2)
color='dodgerblue', zorder=-8,
linewidth=2, label="Zero FEPs")

def _calc_model_supp(self, model, state_times, states, ephem, state0):
"""
Expand Down

0 comments on commit fe212e0

Please sign in to comment.