Search code examples
pythondata-visualizationvisualizationmanim

How to create animated vectorfield with particles using manim


I would like to create a visualisation of vectorfield in manim like this one

https://www.youtube.com/watch?v=rB83DpBJQsE

I'm absolute newbie to Manim and I don't know how to start. Can anyone explain me how to do that? Thanks!


Solution

  • The documentation of VectorField, StreamLines, and ArrowVectorField is a good place to start.