Skip to content

Commit cf17c58

Browse files
committed
change duration plotting bounds for larger durations
1 parent 32adbbc commit cf17c58

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

images/01638500_duration.png

-3.73 KB
Loading

src/dotmodel/plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def plot_conditional_fit(events, misc_data, save_path):
6868

6969
axs[1].set_xlabel('Event Threshold (cfs)')
7070
axs[1].set_ylabel('Event Duration (Minutes)')
71-
axs[1].set_ylim(10, 1.3 * (10 ** 5))
71+
axs[1].set_ylim(10, 1.3 * (10 ** 6))
7272
axs[1].set_yscale('log')
7373

7474
secax = axs[1].secondary_yaxis('right', functions=(lambda x: x / (60 * 24), lambda x: x * (60 * 24)))

0 commit comments

Comments
 (0)