paulbrodersen / netgraph

Publication-quality network visualisations in python
GNU General Public License v3.0
667 stars 40 forks source link

fix indexError in call to NotImplementedError #22

Closed adleris closed 3 years ago

adleris commented 3 years ago

type(graph) was outside of format()

paulbrodersen commented 3 years ago

No idea how that one slipped through but good catch! Thanks for the PR.