Automatic shading tutorial

Note that this example is only skeleton to illustrate the functionality of Magics.

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



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 = "automatic_shading_png")
magics.plot(png, projection,....,legend, title)