Stefanie Lumnitz
Stefanie Lumnitz
Thank you for initiating for bettering documentation @jGaboardi! I'd like to double check, the official NumPy [example](https://numpydoc.readthedocs.io/en/latest/example.html#example) does not contain lines between different `Parameters`,but only between section headers `Parameters`, `Returns`,...
Travis depends on this [ pull request](https://github.com/pysal/splot/pull/13) to be able to install `splot` and call `splot.esda` from the master branch of the splot repository. The last error in Travis seems...
`legend_kwds` is currently only available in the geopandas master branch. It has not been included in the `gdf.plot()` method in the last release of geopandas. Maybe @jorisvandenbossche has some info...
@ljwolf I tried adapt your suggestion. It still failed for me setting `atol=ATOL` and `rtol=RTOL`. Then I tried testing with values `atol=0`, `rtol=1e-7` and so on, but it still kept...
I fixed the `by_col` issue and found the source of the other problem: https://github.com/pysal/splot/pull/16 Once this is merged Travis will hopefully pass.
Another issue with dependencies: ModuleNotFoundError: No module named 'seaborn' This should be installed when `splot` is installed. I will try to fix this in `splot` first. I'll include that in...
@sjsrey this PR was opened to call splot plotting methods from esda. I recall it was not merged for a while, because of open PRs in splot. If it is...
`splot.vba_chorpleth` actually does exactly this under the hood. For maintaining purposes we might want to consider to leverage functionality for both and just store it at one place.
Hello @jGaboardi and @anitagraser, sorry for the long silence, I am happy to give this a look but need a couple days to get into the problem. A couple questions...
@jGaboardi and @anitagraser, I am not sure yet if this is a bug or not. `splot.esda.lisa_cluster` has only ever been tested on polygons, not lines. I'd be actually curious to...