Skip to content

Commit

Permalink
Merge pull request #17 from slumnitz/viz-moran
Browse files Browse the repository at this point in the history
prototype `moran_scatterplot()`, `plot_moran_simulation()` and `plot_moran()` for `esda`
  • Loading branch information
ljwolf authored Jun 29, 2018
2 parents a4fd3c7 + 92d57b9 commit b78ce29
Show file tree
Hide file tree
Showing 7 changed files with 408 additions and 78 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.ipynb_checkpoints/
# C extensions
*.so
node_modules/

# Packages
*.egg
Expand Down
72 changes: 41 additions & 31 deletions notebooks/esda_Moran_Local.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions notebooks/libpysal_non_planar_joins_viz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -158,13 +158,13 @@
"4 AJURICABA 4300208 POLYGON ((-53.61993058200001 -28.1456914857853..."
]
},
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"gdf = gpd.read_file(examples.get_path('43MUE250GC_SIR.shp'))\n",
"gdf = gpd.read_file(libpysal.examples.get_path('43MUE250GC_SIR.shp'))\n",
"gdf.head()"
]
},
Expand Down
Loading

0 comments on commit b78ce29

Please sign in to comment.