kuanb / peartree

peartree: A library for converting transit data into a directed graph for sketch network analysis.
MIT License
201 stars 23 forks source link

Adjust the way plot method uses MPL #75

Closed kuanb closed 6 years ago

kuanb commented 6 years ago

Deals with nuisances related to importing peartree into other workflows.

codecov[bot] commented 6 years ago

Codecov Report

Merging #75 into master will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #75     +/-   ##
=========================================
+ Coverage   90.74%   90.85%   +0.1%     
=========================================
  Files          12       12             
  Lines         778      776      -2     
=========================================
- Hits          706      705      -1     
+ Misses         72       71      -1
Impacted Files Coverage Δ
peartree/paths.py 95.74% <ø> (ø) :arrow_up:
peartree/plot.py 100% <100%> (+9.09%) :arrow_up:
peartree/__version__.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ef31777...a1d1258. Read the comment docs.