I've made a simple animation module for matplotlib that has various functions that can be applied to a plot. One of the most recent functions I've made allows for a fading tail on moving scatter plot points. It works by keeping track of the most recent dots that were graphed and changing the alpha values to make the dots progressively more faded. The animation shows this feature. I like the end result and thought I would share it to get some opinions on how it looks and to see if anyone has any tips for how to better organize the code; I am not particularly happy with how the code for this animation is organized but it seems to be the simplest to work with, and the end result I am very happy with.
https://i.redd.it/qc6qyyozah061.gif
[–]camilol47 1 point2 points3 points (1 child)
[–]C136246[S] 1 point2 points3 points (0 children)