-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement .plot()
, .scatterplot()
and .lisa_map()
methods for Moran_Local
object
#19
base: main
Are you sure you want to change the base?
Commits on Aug 9, 2018
-
add
.plot()
,.scatterplot()
and.LISA_map()
methods to `esda.Mo……ran_Local` object therefore call `splot` functonality
Configuration menu - View commit details
-
Copy full SHA for 33267f6 - Browse repository at this point
Copy the full SHA 33267f6View commit details -
add test for methods
.plt()
,.scatterplot()
and.LISA_map()
fix parameters in `splot.esda.lisa_cluster()` called in `moran.py`
Configuration menu - View commit details
-
Copy full SHA for 0b02b04 - Browse repository at this point
Copy the full SHA 0b02b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 475628e - Browse repository at this point
Copy the full SHA 475628eView commit details -
add
pip install https://github.com/geopandas/geopandas/archive/maste…
…r.zip` to `.travis.yml` for testing
Configuration menu - View commit details
-
Copy full SHA for f220208 - Browse repository at this point
Copy the full SHA f220208View commit details -
Configuration menu - View commit details
-
Copy full SHA for be4e6a0 - Browse repository at this point
Copy the full SHA be4e6a0View commit details -
change `self = moran.Moran_Local(self.y, self.w)` to `mloc = moran.Moran_Local(self.y, self.w)`
Configuration menu - View commit details
-
Copy full SHA for 60c458c - Browse repository at this point
Copy the full SHA 60c458cView commit details -
remove `self` inside test funciton for plots Please enter the commit message for your changes. Lines starting
Configuration menu - View commit details
-
Copy full SHA for 1a2308e - Browse repository at this point
Copy the full SHA 1a2308eView commit details -
update testing in line 69 to `np.testing.assert_allclose(pval, 0.009,…
… rtol=1e-7, atol=0)`
Configuration menu - View commit details
-
Copy full SHA for 2345dd9 - Browse repository at this point
Copy the full SHA 2345dd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 054d331 - Browse repository at this point
Copy the full SHA 054d331View commit details -
try to debug TravisCI package install.
also change version number to fix a warning in the TravisCI log instal matplotlib with conda
Configuration menu - View commit details
-
Copy full SHA for c571a21 - Browse repository at this point
Copy the full SHA c571a21View commit details -
adapt
moran.py
andtest_moran.py
to newsplot
functionalityadd examples and documentation
Configuration menu - View commit details
-
Copy full SHA for fb19fb3 - Browse repository at this point
Copy the full SHA fb19fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 734ac4a - Browse repository at this point
Copy the full SHA 734ac4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0abd72 - Browse repository at this point
Copy the full SHA a0abd72View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c3988 - Browse repository at this point
Copy the full SHA d6c3988View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e1b26 - Browse repository at this point
Copy the full SHA b6e1b26View commit details -
add
conda install mapclassify
to.travis.yml
frogeopandas
depe……ndency note: this will only work once the PySAL refactore is released
Configuration menu - View commit details
-
Copy full SHA for f15eb1f - Browse repository at this point
Copy the full SHA f15eb1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcca1da - Browse repository at this point
Copy the full SHA dcca1daView commit details