Stefanie Lumnitz
Stefanie Lumnitz
To add, but this might not be an issue here: I am not sure if this might be related, but so far 'splot.esda.lisa_cluster' is only tested if the weights, Morans...
Tutorials are currently targeted towards advanced users of spaghetti and PySAL. To improve on-boarding of and documentation for new users, or users not familiar with common spatial statistical workflows, tutorials...
Hello @Babakjfard, thank you for reporting this behaviour and suggesting this option! I agree it would be useful to add logic that allows to scale the alpha value used, or...
A first though on pulling readme files from single projects. `splot` has a picture in it's readme which is currently not displayed in the book. Is it generally possible to...
Yeah I think all your suggestions make sense! We could create a function api that allows quite generic input here in `splot` under a specific `splot.?` namespace (`splot.cluster`, `splot.point`, `splot.utils`,...
Hi @SamComber would you still be interested in integrating this feature into splot? I am happy to help. Do you have a link to the code to have a look?...
Hello @cmg777 thank you for reporting this behaviour! This ultimately needs a fix in the source code here: https://github.com/pysal/splot/blob/22039aac9e61c8019ba7817733871a7c1091db0d/splot/_viz_esda_mpl.py#L801, to check if Lisa bins are missing and to assign the...
Hi James, thank you for initiating this! There are multiple options. We can pack spaghetti specific visualisations into a `splot.spaghetti` namespace, similar to `esda` an `libpysal`. We can also pack...
This issue links to `spaghetti` review comments: https://github.com/pysal/spaghetti/issues/581
Discussion started in https://github.com/pysal/spaghetti/pull/603# about how to best design API for spaghetti plotting functionality. @jGaboardi thoughts on how to link a `.plot()` method include: > It would be nice to...