Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
titleColorwhite
titleBGColor#2b619e
titleAdvanced symbol plotting

Jupyter Viewer
notebookUrlhttps://github.com/ecmwf/notebook-examples/blob/master/visualisation/tutorials/Symbol_advanced.ipynb



Info

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


You can download this Jupyter notebook, cloud amount, weather type and Air Report data from ECMWF github space.









































































Tip

More about projections in projection examples.







Tip

More about coastline plotting in coastline examples.






Tip

More about legend in legend examples.










Info

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

Code Block
languagepy
titleTo 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 = "weather_symbol")
magics.plot(png,projection, tcc, symbol, coast, title)