slimgroup / JUDI.jl

Julia Devito inversion.
https://slimgroup.github.io/JUDI.jl
MIT License
94 stars 29 forks source link

matplotlib/PyPlot issue #258

Open mloubout opened 1 month ago

mloubout commented 1 month ago

Discussed in https://github.com/slimgroup/JUDI.jl/discussions/257

Originally posted by **scott314159** June 3, 2024 I just did a fresh install on a Linux system and got an issue: ERROR: InitError: KeyError: key "get_cmap" not found It turns out that matplotlib's API has been updated. There is a solution posted at: https://github.com/JuliaPy/PyPlot.jl/pull/583 but I guess the solution has not been deployed yet. So, I thought it might help someone looking in this forum about this issue since it took me a little while to track this down.