In make plot can savedir be an optional argument which defaults to None and if None plt.show() is run instead. Also can you add a plt.tight_layout() call before the saving/showing of the plot.
I also agree with @arosen93 about having the option to not plot the vertical lines if desired.
In make plot can savedir be an optional argument which defaults to
None
and ifNone
plt.show() is run instead. Also can you add aplt.tight_layout()
call before the saving/showing of the plot.I also agree with @arosen93 about having the option to not plot the vertical lines if desired.