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 the style parameter in any plotting method.

Return type:

list of str

Examples

>>> import earthkit.plots
>>> earthkit.plots.list_styles()
['mslp-contour-hpa', 'mslp-contour-pa', 'precipitation-turbo-kg-m2', ...]