We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This seems to be an issue with networkx -- the nx.draw_networkx_edge_labels function is incompatible with MultiGraphs (the function expects a 2-tuple, but MultiGraph edges are 3-tuples). See https://stackoverflow.com/questions/32905262/how-do-i-draw-edge-labels-for-multigraph-in-networkx for more info. I am getting around this problem for now by not drawing the edge labels.
The text was updated successfully, but these errors were encountered:
wasserfeder
No branches or pull requests
This seems to be an issue with networkx -- the nx.draw_networkx_edge_labels function is incompatible with MultiGraphs (the function expects a 2-tuple, but MultiGraph edges are 3-tuples).
See https://stackoverflow.com/questions/32905262/how-do-i-draw-edge-labels-for-multigraph-in-networkx for more info.
I am getting around this problem for now by not drawing the edge labels.
The text was updated successfully, but these errors were encountered: