.. raw:: html Linear_LS_W01 ------------- .. image:: ../plots/Linear_LS_W01-Noneit2012_10_17_12_00_00vt2012_10_18_00_00_00.png **How to use this plot** Make sure you have the required datafields (`air_pressure`, `air_temperature`, `lagrangian_tendency_of_air_pressure`) You can use it as is by appending this code into your `mswms_settings.py`: .. code-block:: python from mslib.mswms.mpl_lsec_styles import LS_VerticalVelocityStyle_01 register_linear_layers = [] if not register_linear_layers else register_linear_layers register_linear_layers.append((LS_VerticalVelocityStyle_01, [next(iter(data))])) **If you want to modify the plot** 1. Download this :download:`file ` 2. Put this file into your mswms_settings.py directory, e.g. `~/mss` 3. Append this code into your `mswms_settings.py`: .. code-block:: python from Linear_LS_W01 import LS_VerticalVelocityStyle_01 register_linear_layers = [] if not register_linear_layers else register_linear_layers register_linear_layers.append((LS_VerticalVelocityStyle_01, [next(iter(data))])) .. raw:: html
Plot Code .. literalinclude:: downloads/Linear_LS_W01.py .. raw:: html