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

API Forward additional kwargs from sensitivity plot to matplotlib #434

Closed drewejohnson closed 3 years ago

drewejohnson commented 3 years ago

Closes #423 by allowing a **kwargs argument to be passed directly to matplotlib. Some disclaimers

  1. label and labelFmt are not allowed to be passed at the same time, since they do competing things
  2. The default drawstyle argument is steps-post like the previous steps mode - #433

Related to meta-issue #417