NetworkX API discussion #1577
philippjfr
started this conversation in
General
Replies: 1 comment
-
This can still be converted to an Issue when it is ready to be worked on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I designed the NetworkX draw API in hvPlot I just copied the existing
nx.drawing
API directly. It doesn't necessarily fit in very well with the rest of hvPlot since the API is very different and thenx.drawing
API is perhaps not the most convenient. We should consider redesigning the plotting API, probably by adding plot methods to NetworkX objects, and perhaps approaching the NetworkX maintainers to start a general discussion about redesigning their plot API at the same time.Other issues/libraries to consider are:
Beta Was this translation helpful? Give feedback.
All reactions