question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

norm_cmap isn't in geopandas

See original GitHub issue

Here: 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:closed
  • Created 6 years ago
  • Comments:50 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
choldgrafcommented, Sep 10, 2017

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

1reaction
choldgrafcommented, Sep 10, 2017

Try setting the mpl backend to something else before importing geoplot. Eg “mpl.use(“qt5”)”

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found