What's Changed
- Adds check for directed/undirected graphs in
plotting.draw_diagrams()
to preventUserWarning
fromnx.draw_networkx_edges
- Changed function returns for all major plotting functions so generated figures are returned when a save path is not specified
- Adds
arrows=True
tonx.draw_networkx_edges()
call to address issues with usingcurved_arrows
with newer versions ofnetworkx
Issues Fixed
Full comparison: v0.2.0...v0.3.0