Skip to content

Commit

Permalink
adding legend for filters in early prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
anaismoller committed Nov 15, 2019
1 parent 364e786 commit 7610d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supernnova/visualization/early_prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def plot_predictions(
label=f"Filter {flt}",
color=FILTER_COLORS[flt],
)

ax.legend(bbox_to_anchor=(1.05, 1), loc=2, borderaxespad=0.0)
ax.set_ylabel("FLUXCAL")
ylim = ax.get_ylim()

Expand Down

0 comments on commit 7610d0f

Please sign in to comment.