matplotlib/PyPlot issue #257
scott314159
started this conversation in
General
Replies: 1 comment
-
Yes I ran into it as well, tanks for referencing it here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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:
JuliaPy/PyPlot.jl#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.
Beta Was this translation helpful? Give feedback.
All reactions