mrghg / py12box_invert

MIT License
3 stars 0 forks source link

Moved plotting outside of Invert class #10

Closed mrghg closed 3 years ago

mrghg commented 3 years ago

This is so that plotting functions can be used on stored outputs.

So now, you need to import the plot functions and then do, e.g.:

plot_mf(inv.outputs)
lukewestern commented 3 years ago

Looks good. I prefer it this way.