Skip to content

Commit

Permalink
Merge pull request pysal#89 from martinfleis/docstring
Browse files Browse the repository at this point in the history
Fix docstring for plot_spatial_weights
  • Loading branch information
slumnitz committed Nov 13, 2019
2 parents 011aba1 + 5020b59 commit e6583ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions splot/_viz_libpysal_mpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def plot_spatial_weights(w, gdf, indexed_on=None, ax=None,
NOTE: Additionally plots `w.non_planar_joins` if
`libpysal.weights.util.nonplanar_neighbors()` was applied.
Arguments
---------
Parameters
----------
w : libpysal.W object
Values of libpysal weights object.
gdf : geopandas dataframe
Expand Down

0 comments on commit e6583ba

Please sign in to comment.