NOAA-CSL / MELODIES-MONET

MELODIES MONET - diagnostic tool for evaluating models against a variety of observations including surface, aircraft, and satellite data all within a common framework
https://melodies-monet.readthedocs.io
Apache License 2.0
19 stars 21 forks source link

MELODIES-MONET plotting not working with matplotlib 3.9.1 #262

Open blychs opened 2 months ago

blychs commented 2 months ago

Me and @dwfncar were just trying to run docs/examples/airnow_wrfchem.ipynb in a fresh conda environment, following the instructions in the docs (that is, with pandas v1). This was tested on the develop branch version on this repo. During an.plotting(), we got the following error: image

There is an easy fix: restricting the matplotlib version to 3.8 or lower. We have tried doing just that change

If this is the case, we need to update the docs to include matplotlib=3.8 instead of just matplotlib in the conda install command until we find out a fix.

The readthedocs should state

$ conda install -y -c conda-forge pyyaml pandas=1 monet monetio netcdf4 wrf-python typer rich pooch jupyterlab

zmoon commented 1 month ago

I think #259 addressed this, could close.