-
Notifications
You must be signed in to change notification settings - Fork 249
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
Wrong plotting labels #623
Comments
Thanks for writing. Can you please include the code needed to plot Even more useful if you could actually describe a full example instead of a code snippet. If we can reproduce on our machine it's a lot easier to help you, and we can only do that with the code needed to generate the graph. |
This is the file used to reproduce the error and contains the required pickle file and jupyter notebook file, the pickle file format is 4.0 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
Describe the bug
When I try to draw multiple igraphs, it often happens that the first one has the right label, but the second one has the wrong label
Here is part of my code.
However, the input list of
vertex_label
is correct.List contents.:
Version information
0.10.2
The text was updated successfully, but these errors were encountered: