pysal / libpysal

Core components of Python Spatial Analysis Library
http://pysal.org/libpysal
Other
259 stars 78 forks source link

weights.plot does not handle named observations #52

Open ljwolf opened 6 years ago

ljwolf commented 6 years ago

right now, if you have weights constructed using an idVariable or ids list, the plot method fails.

This is because it is using the iloc method to do lookups based on iteration indices.

It should be possible to rework this to use names and only names.

ljwolf commented 4 years ago

This is not fixed by #231 (moving to splot weights) which means that the fix must be implemented in splot.plot_spatial_weights.

github-actions[bot] commented 4 years ago

Stale issue message