darshan-hpc / darshan

Darshan I/O characterization tool
Other
55 stars 27 forks source link

ENH: use `kwargs` in PyDarshan plotting routines #923

Open shanedsnyder opened 1 year ago

shanedsnyder commented 1 year ago

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.