Created
November 9, 2013 17:01
-
-
Save kjordahl/7387451 to your computer and use it in GitHub Desktop.
working with GeoDataFrames in GeoPandas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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