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

Two problems #16

Open
dzcaprime opened this issue Oct 24, 2023 · 0 comments
Open

Two problems #16

dzcaprime opened this issue Oct 24, 2023 · 0 comments

Comments

@dzcaprime
Copy link

  1. Package networkx has no attirbute "from_numpy_matrix".
    I use the new method "from_numpy_array" to construct the network instead. This works well.
  2. PathCollection object has no attirbute "set_offset_position".
    I use the "collection.offset_position = "data" to replace the attribute. This also works.

However, the animation seems not so good because only a part of the network can be displayed in the fig. After I changed the figsize, the problem still exists. Maybe I should change some code in the process of frame generation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant