Closed atilaajones closed 4 years ago
Hello,
It's not clear to me where the error is occuring. Can you tell me what line it's happening in? Also it is likely to help if I know what version of numpy and matplotlib you have.
The error was the lack of installation of a package related to '-vcodec', 'libx264'. Thank you very much for your attention to my problem.
Great - glad to hear it's resolved.
Please come back if other issues arise.
Hello. How can I use save and animation package with a simple graph created from adjacency matrix? In the EoN page, there is a example with a graph Grid2D, but when I trie with a graph from adjacency matrix I received the error: vertices' must be a 2d list or array with shape nx2
Bellow I write part of my code: