Skip to content
New issue

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

Markov visualize function cannot visualize a MultiDiGraph #5

Open
braraki opened this issue Mar 5, 2018 · 0 comments
Open

Markov visualize function cannot visualize a MultiDiGraph #5

braraki opened this issue Mar 5, 2018 · 0 comments
Assignees

Comments

@braraki
Copy link
Collaborator

braraki commented Mar 5, 2018

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.

@wasserfeder wasserfeder self-assigned this Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants