Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Now let user specify X11 backend with "export MPLBACKEND="tkagg" (or "MacOSX") #275

Merged
merged 1 commit into from
Nov 16, 2023

Commits on Nov 9, 2023

  1. Now let user pick the X11 backend with the MPLBACKEND env var

    gcpy/examples/plotting/plot_comparisons.py
    - Remove import for matplotlib.use as mpl_use
    - Remove statement calling mpl_use("tkagg")
    
    gcpy/examples/plotting/plot_single_panel.py
    - Remove import for matplotlib.use as mpl_use
    - Remove statement calling mpl_use("tkagg")
    - Fixed error in calling rename_and_flip_gchp_rst_vars; now pass
      dset to this function. This was a cut-n-paste error.
    
    CHANGELOG.md
    - Updated accordingly
    yantosca committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e6053e7 View commit details
    Browse the repository at this point in the history