You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TauREx plotter is a little big on the tooth and I think it would be worth moving a lot of the functions into standalone plotting functions that people can use outside of the HDF5 format. I'm using a notebook but I am having to reimplement the functions in Plotter to use them directly in the notebook
Proposal
There should be a taurex.plot module that contains useful plotting functions. For example:
The TauREx plotter is a little big on the tooth and I think it would be worth moving a lot of the functions into standalone plotting functions that people can use outside of the HDF5 format. I'm using a notebook but I am having to reimplement the functions in Plotter to use them directly in the notebook
Proposal
There should be a
taurex.plot
module that contains useful plotting functions. For example:Which would plot the optical depth with wavelengths and pressures:
This is the optical depth without the contribtution.
To do this we could write a seperate function and combine it with the optical depth:
Again we could introduce additional arguments to matplotlib via kwargs etc for colormaps, titles, wavelength/pressure ranges, units etc etc.
This would significantly simplify the Plotter class as well .
The text was updated successfully, but these errors were encountered: