I have several image numpy arrays in one array (Number of arrays is dynamic) . I want to show them in a loop and in the same window like animation but infinitely . However, I want to use plt.imshow() for this.
Asked
Active
Viewed 547 times
0
-
1https://stackoverflow.com/questions/17212722/matplotlib-imshow-how-to-animate and https://matplotlib.org/gallery/animation/dynamic_image2.html – Equinox Dec 12 '20 at 14:23
-
These codes don't show interactively. They show end result.In order to see it, you have to save as a video format. – Elvin Jafarov Dec 12 '20 at 14:34
-
1You can very well modify the parameters of the `funcanmation` to make it run indefinite https://stackoverflow.com/questions/33275189/how-can-i-make-points-of-a-python-plot-appear-over-time. and You don't need to save the file that's just examples – Equinox Dec 12 '20 at 14:41