+ 2
What is the best tool in python for visualisation and animation?
I know a bit of matplotlib. I am planning to go absolutely crazy with visualisations and animation. What tool/tools will be most useful in this case? I have googled and found there are lot of libraries like seaborn, bokeh, plotly, altair and many more. And also a lot from javascript like d3 etc. I want to give a good amount time to master one or two tools with which there is always an option to go more crazy. Which tool/library should I chose? Expecting some suggestions.
2 Respuestas
+ 2
Since you know a bit of matplotlib maybe continue with that and learn matplotlib.animation
https://towardsdatascience.com/learn-how-to-create-animated-graphs-in-JUMP_LINK__&&__python__&&__JUMP_LINK-fce780421afe
+ 2
ChaoticDawg thanks for the suggestion and the link ^_^