-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update plot_spatial_weights
for new libpysal api
#174
Comments
We wanted to refactor that anyway and merge the plotting method we have here with the one over in lib anyway. So it may actually be a candidate for a quick-ish PR. |
while we're at it, one thing it would be nice to add is auto ability to scale linewidths by weight value for nonbinary weights |
also maybe an interactive analogue |
An easy way to do those would be to create a GeoSeries from the links and use geopandas plot and explore methods but it means one more copy of the data as an intermediate step. |
thats what i had in mind. And maybe @walkerke would be willing to contribute his interactive LISA code? |
I thought that's just explore over LISA labels, no? |
yeah pretty much. just a function to wrap the labels and hit |
Looking through splot I think an interactive analogue to the methods that wraps |
when the libpysal change goes live (
libpysal.weights.W(...use_index=True)
it will break the spatial weights plotting functionThe text was updated successfully, but these errors were encountered: