Skip to content

Instantly share code, notes, and snippets.

@kjordahl
Created November 9, 2013 17:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kjordahl/7387451 to your computer and use it in GitHub Desktop.
Save kjordahl/7387451 to your computer and use it in GitHub Desktop.
working with GeoDataFrames in GeoPandas
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@egayer
Copy link

egayer commented Sep 27, 2015

Hi Kelsey,

First I would like to thank you for this awesome GeoPandas package ! I just installed it a couple days ago and everything works fine except that I am struggling plotting exactly what I need. For some reason I can reproduce the examples above, but when trying to ask for edgecolor, by doing
boros.plot(edgecolor='w')
I get a "TypeError: plot_dataframe() got an unexpected keyword argument 'edgecolor' "
I get the same error on unexpected keyword argument, even when trying to reproduce this exemple : http://stackoverflow.com/questions/32465889/change-single-patch-color-in-geopandas

Thanks again for the package and your help
Eric

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment