Skip to content
Snippets Groups Projects
Commit 22486e0b authored by Sathish Kumar RK's avatar Sathish Kumar RK
Browse files

remove empty space after animation

parent 7dbf793e
Branches
No related tags found
No related merge requests found
Pipeline #28624 passed
......@@ -108,6 +108,7 @@ def animate(i):
#
anim = animation.FuncAnimation(fig, animate, interval=100)
plt.axis('off');
plt.close();
HTML(anim.to_html5_video())
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment