Set blit to False

This commit is contained in:
Andreas Tsouchlos 2022-04-21 17:45:01 +02:00
parent de1b20029d
commit 2de3b361b8

View File

@ -68,5 +68,5 @@ class Displayer:
n_steps,
interval=self._frame_interval,
init_func=self.__init_animation,
blit=True)
blit=False)
plt.show()