UDST / urbanaccess

A tool for GTFS transit and OSM pedestrian network accessibility analysis by UrbanSim
https://udst.github.io/urbanaccess/index.html
GNU Affero General Public License v3.0
236 stars 56 forks source link

Feature/save plot #90

Closed sablanchard closed 3 years ago

sablanchard commented 3 years ago

Merge #88 and #89 first before this one.

New feature: Adds the ability to save plots directly from the plot_net() function with default image save dir and filename settings applied in config settings. Also adds the ability to specify if you wish to have the figure closed and or shown. Also performs general maintenance on plot.py to clarify docstrings, simplify code, apply minor formatting. Adds new unit tests for plot.py to expand coverage to 100%.

Details on changes: