Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix: Comment out X11 backend commands in the plotting example code
Newer versions of matplotlib require you to specify an X11 backend library for matplotlib.pyplot.show() to work. This requires us to add an additional library to the gcpy_env environment. For now, comment out the lines that invoke the X11 backend so as to allow cloud benchmark simulations to work. We will restore these once the cloud container has been updated. gcpy/examples/plotting/plot_comparisons.py gcpy/examples/plotting/plot_single_panel.py - Comment out the line to use the TkAgg backend. This needs the "tk" package to be installed in the GCPy environment. gcpy/docs/environment_files/environment.yml - Add "tk" to the list of packages to install Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
- Loading branch information