Skip to content

Instantly share code, notes, and snippets.

@SkalskiP
Last active September 13, 2018 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SkalskiP/6db475e0027eafeccce6cca2b99a8faa to your computer and use it in GitHub Desktop.
Save SkalskiP/6db475e0027eafeccce6cca2b99a8faa to your computer and use it in GitHub Desktop.
Libraries that have to be imported to create 3D animation using matplotlib.
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