ENH: use `kwargs` in PyDarshan plotting routines
shanedsnyder opened this issue · 0 comments
shanedsnyder commented
See docs for pandas plot routine as an example of this.
PyDarshan users could use kwargs
to set specific plot options that will be passed to matplotlib. This could be used to do things like fix y-axis limits across multiple plots, etc.