Grid points

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


You can download this Jupyter notebook and precipitation data from ECMWF github space









More about projections in projection examples.



More about coastline plotting in  coastline examples.




















More about text plotting in text plotting tutorial.

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