terrapower / armi

An open-source nuclear reactor analysis automation framework that helps design teams increase efficiency and quality
https://terrapower.github.io/armi/
Apache License 2.0
224 stars 87 forks source link

Move all plotting functions into the utils plotting modules #1672

Open john-science opened 6 months ago

john-science commented 6 months ago

ARMI has several plotting tools scattered throughout the codebase:

These should be moved into one of our plotting modules

If it helps speed things up, we can preserve the current API by moving the the potting functions to utils/, and then just importing them in the modules where they are now.