You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Using cloud type symbols

Jupyter Viewer for Confluence: An error occurred

Invalid license: Your Jupyter Viewer for Confluence license does not match the license for this installation. Please get the right license and try again.

Note that these examples are only skeletons to illustrate the functionality of Magics.


You can download this Jupyter notebook and cloud type data from ECMWF github space.












More about coastline plotting in coastline examples.








More about projections in projection examples.
















More about legend in legend examples.



Plotting in directly in Jupyter notebooks doesn't need output to be specified. Most of the time you will want an output.

To run this outside of Jupyter notebooks add this piece of code:
png = output(
    output_formats = ['png'],
    output_name_first_page_number = "off",
    output_name = "cloud_type_symbol")
magics.plot(png, central_europe, coast, tcc, tcc_symb, symb_legend)


  • No labels