Last active
September 13, 2018 18:36
-
-
Save SkalskiP/6db475e0027eafeccce6cca2b99a8faa to your computer and use it in GitHub Desktop.
Libraries that have to be imported to create 3D animation using matplotlib.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import matplotlib.pyplot as plt | |
from mpl_toolkits.mplot3d import Axes3D | |
import numpy as np | |
from matplotlib.animation import FuncAnimation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment