.. raw:: html Top_EMAC_Eyja_Tracer -------------------- .. image:: ../plots/Top_EMAC_Eyja_Tracer-3.0sigmait2012_10_17_12_00_00vt2012_10_18_00_00_00.png **How to use this plot** Make sure you have the required datafields (`emac_R12`) You can use it as is by appending this code into your `mswms_settings.py`: .. code-block:: python from mslib.mswms.mpl_hsec_styles import HS_EMAC_TracerStyle_ML_01 register_horizontal_layers = [] if not register_horizontal_layers else register_horizontal_layers register_horizontal_layers.append((HS_EMAC_TracerStyle_ML_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 Top_EMAC_Eyja_Tracer import HS_EMAC_TracerStyle_ML_01 register_horizontal_layers = [] if not register_horizontal_layers else register_horizontal_layers register_horizontal_layers.append((HS_EMAC_TracerStyle_ML_01, [next(iter(data))])) .. raw:: html
Plot Code .. literalinclude:: downloads/Top_EMAC_Eyja_Tracer.py .. raw:: html