Skip to content

Instantly share code, notes, and snippets.

@zldrobit
Created October 17, 2018 03:27
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 zldrobit/999febef69ad837aba9ecdc845ba4a1f to your computer and use it in GitHub Desktop.
Save zldrobit/999febef69ad837aba9ecdc845ba4a1f to your computer and use it in GitHub Desktop.
# from https://stackoverflow.com/questions/30755249/hierarchy-in-matplotlib
from mpl_toolkits.mplot3d import Axes3D
import matplotlib.pyplot as plt
subplot_args = {'projection':'3d'}
fig, ax = plt.subplots(subplot_kw=subplot_args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment