earthkit.plots.list_styles¶
- earthkit.plots.list_styles() list[str][source]¶
Return a sorted list of all available named style names.
These names can be passed to
load_style()or used directly as thestyleparameter in any plotting method.Examples
>>> import earthkit.plots >>> earthkit.plots.list_styles() ['mslp-contour-hpa', 'mslp-contour-pa', 'precipitation-turbo-kg-m2', ...]