Versions Compared

Key

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

...

Released on github and pypi (pip install metview). Installed at ECMWF as part of metview/5.12.0

  • documentation now available on readthedocs!
  • improvements in plotting into Jupyter notebooks so that the plot() command works in a loop or an 'if' statement
  • new parameter when calling setoutput to force the plot() command to return an Image rather than a widget - this allows plots to be embedded in the notebook when you save it, e.g.

    • Code Block
      mv.setoutput('jupyter', plot_widget=False)


  • when built with Metview 5.12, you can add a new parameter to setoutput() to scale the fonts, e.g.

    • Code Block
      mv.setoutput('jupyter', output_width=800, output_font_scale=1.5)


...