CORE-GATECH-GROUP / serpent-tools

A suite of parsers designed to make interacting with SERPENT output files simple and flawless
http://serpent-tools.readthedocs.io/en/latest/
MIT License
52 stars 33 forks source link

ENH Forward more arguments to MPL plot routines #417

Open drewejohnson opened 4 years ago

drewejohnson commented 4 years ago

A handful of our plot routines don't allow the user to pass on additional arguments to the underlying plot call, making configuration and tweaking a little frustrating. I'll highlight some here in no particular order that I think we should allow. Basically it would boil down to allowing **kwargs in the method signature, and then sending those directly to ax.plot or ax.errorbar, depending on how the plot is drawn.