petitRADTRANS.plotlib.style#
This file creates a default plotting style for all pRT plots
All of these can be changed when calling most plotting functions. This will affect the matplotlib rcParams, which can be reset to the default values after pRT is finished.
Attributes#
Functions#
|
|
|
Update the figure font size in a nice way. |
Module Contents#
- petitRADTRANS.plotlib.style.__tiny_figure_font_size = 40#
- petitRADTRANS.plotlib.style.__small_figure_font_size = 22#
- petitRADTRANS.plotlib.style.__medium_figure_font_size = 16#
- petitRADTRANS.plotlib.style.__large_figure_font_size = 22#
- petitRADTRANS.plotlib.style.wavenumber_units = 'cm$^{-1}$'#
- petitRADTRANS.plotlib.style.wavelength_units = 'cm'#
- petitRADTRANS.plotlib.style.flux_units = 'erg$\\cdot$s$^{-1}\\cdot$cm${-2}$/cm$^{-1}$'#
- petitRADTRANS.plotlib.style.default_color = 'magenta'#
- petitRADTRANS.plotlib.style.__species_color#
- petitRADTRANS.plotlib.style.__other_gases_color#
- petitRADTRANS.plotlib.style.__cloud_color#
- petitRADTRANS.plotlib.style.get_species_color(species, implemented_only=False)#
- petitRADTRANS.plotlib.style.set_petitradtrans_plot_style()#
- petitRADTRANS.plotlib.style.update_figure_font_size(font_size)#
Update the figure font size in a nice way. :param font_size: new font size