How to use this plot
Make sure you have the required datafields (air_pressure
, air_potential_temperature
)
You can use it as is by appending this code into your mswms_settings.py
:
from mslib.mswms.mpl_lsec_styles import LS_DefaultStyle
register_linear_layers = [] if not register_linear_layers else register_linear_layers
register_linear_layers.append((LS_DefaultStyle, "air_potential_temperature", "ml", [next(iter(data))]))