diff --git a/README.md b/README.md index dc13b390..e5fab67b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +
+ +
[pysal/spaghetti](http://pysal.org/spaghetti/) ================================= @@ -7,9 +10,9 @@ Spaghetti is an open-source Python library for the analysis of network-based spatial data. Originating from the `network` module in [PySAL (Python Spatial Analysis Library)](http://pysal.org), it is under active development for the inclusion of newly proposed methods for building graph-theoretic networks and the analysis of network events. This package is part of a [refactoring of PySAL](https://github.com/pysal/pysal/wiki/PEP-13:-Refactor-PySAL-Using-Submodules). -*An example of snapping observation points to a network and plotting:* +*An example of shortest path plotting, routes originating from observation 0:*- +
diff --git a/figs/shortest_path_plot.png b/figs/shortest_path_plot.png new file mode 100644 index 00000000..f507ae56 Binary files /dev/null and b/figs/shortest_path_plot.png differ