1 parent 32adbbc commit cf17c58Copy full SHA for cf17c58
2 files changed
images/01638500_duration.png
-3.73 KB
src/dotmodel/plotting.py
@@ -68,7 +68,7 @@ def plot_conditional_fit(events, misc_data, save_path):
68
69
axs[1].set_xlabel('Event Threshold (cfs)')
70
axs[1].set_ylabel('Event Duration (Minutes)')
71
- axs[1].set_ylim(10, 1.3 * (10 ** 5))
+ axs[1].set_ylim(10, 1.3 * (10 ** 6))
72
axs[1].set_yscale('log')
73
74
secax = axs[1].secondary_yaxis('right', functions=(lambda x: x / (60 * 24), lambda x: x * (60 * 24)))
0 commit comments