pysal / splot

Lightweight plotting for geospatial analysis in PySAL
BSD 3-Clause "New" or "Revised" License
98 stars 27 forks source link

Idea Collection: Functionality to support in splot #10

Open slumnitz opened 6 years ago

slumnitz commented 6 years ago

Space to collect ideas which functionality to support for each sub package in splot

esda

giddy

spreg

splot.vba

core splot

slumnitz commented 6 years ago

I am playing with different visualisations for all esda.moran objects at the moment. The moran_loc_scatterplot() so far displays standardised attribute values and corresponding spatial lag values (Moran_loc.z). I was wondering if it would make sense to also give an option ((standardized=False,...)) for non-standardised values in the scatterplot, displaying the actual attribute values and their spatial lag. I am not sure if this would be of use?

I would like to try and implement this scatterplot blueprint (+ additional visualizations) for all esda.moran objects (Moran_Local, Moran, Moran_BV,...) in the next two weeks. If I implement standardised values for all scatterplots, does Moran_BV also have an .z argument or something similar?

What do you think @sjsrey @TaylorOshan @darribas @ljwolf

Scatterplot with real-attribute values image

scatterplot with (z-) standardised values: image