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

Compare with Current View Page History

« Previous Version 9 Next »

A complex layout


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

You can download this Jupyter notebook and temperature, geopotential, precipitation, precipitation type and satellite data from ECMWF github space.














































Links in this section are relative links on GitHub!

Here are relevant links for the same notebooks on Confluence:

Contours tutorial 2 - Shading

Contours tutorial 3 - Automatic shading

Symbols tutorial 1 - Introduction to Symbols plotting

Symbols tutorial 2 - Advanced Symbols plotting



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 = magics.output(
    output_formats = ['png'],
    output_name_first_page_number = "off",
    output_name = "my_maps")   
magics.plot(png, top_left, projection, temperature, t_cont, ..., symb_legend, top_right_text)




  • No labels