norm_cmap isn't in geopandas
See original GitHub issueHere: https://github.com/ResidentMario/geoplot/blob/master/geoplot/geoplot.py#L6
geoplot seems to be outdated w/r/t geopandas. I’m not sure where the norm_cmap
function got moved, but it doesn’t seem to be there anymore…
Issue Analytics
- State:
- Created 6 years ago
- Comments:50 (9 by maintainers)
Top Results From Across the Web
cmap/norm not persisting when passed as arguments #869
Successfully merging a pull request may close this issue. BUG: norm not persisting when using subplots martinfleis/geopandas. 3 participants.
Read more >matplotlib - Center / normalize choropleth colors in GeoPandas
I'm looking to plot a choropleth with a divergent colormap. I need to center the colormap in such a way that the middle...
Read more >python - Storing to an image file a chloropleth map built with ...
1 Answer 1 ... cmap=plt , the plt is not a recognized color by matplotlib. It should be a color mentioned in the...
Read more >Missing and empty geometries - GeoPandas
Empty geometries are actual geometry objects but that have no coordinates (and thus also no area, for example). They can for example originate...
Read more >6 Geopandas - ACME
Using Geopandas with geographic data is very useful as it allows the user to not only compare numerical data, but geometric attributes.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try installing cartopy first with conda using conda forge… Cartopy has some nasty dependencies that easily break. It’s super annoying. I think it’s:
“conda install -c conda-forge cartopy”
After you remove cartopy
Try setting the mpl backend to something else before importing geoplot. Eg “mpl.use(“qt5”)”