eradiate.plot.dashboard_particle_dataset¶
- eradiate.plot.dashboard_particle_dataset(ds, title=None, phase_wavelength_chunk_size=5, palette='muted')[source]¶
Create a summary dashboard plot for a particle dataset. The generated plot displays the extinction coefficient, the albedo and phase function.
- Parameters:
ds (
Dataset) – Particle (aerosol, cloud, etc.) dataset.title (
str, optional) – A title for the plot.phase_wavelength_chunk_size (
int, default:5) – The produced dashboard shows the phase function clustered in chunks on a number of polar plots set by this chunk size.palette (
str,list,dict, ormatplotlib.colors.Colormap, optional) – A Seaborn palette specification used to colour the phase function line plots.