pysal / libpysal

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

Allow plotting weight in Graph.plot #628

Open martinfleis opened 11 months ago

martinfleis commented 11 months ago

A side note - I also realised that we can directly plot weight. Neat. Screenshot 2023-11-03 at 23 08 10

Originally posted by @martinfleis in https://github.com/pysal/libpysal/issues/627#issuecomment-1793159245

In explore, we get ability to plot the actual weight on a map for free but with static plots, we need to get matplotlib colormap, retrieve the colours and pass them to the LineCollection ourselves. Might be worth exploring if there's an appetite.

jGaboardi commented 3 months ago

xref #562