Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 5th, 2012  |  syntax: None  |  size: 0.42 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Axes3d vs axes3d matplotlib
  2. import matplotlib.pyplot as plt
  3. from mpl_toolkits.mplot3d import Axes3d
  4.        
  5. Traceback (most recent call last):
  6.   File "3dPlot.py", line 2, in <module>
  7.     from mpl_toolkits.mplot3d import Axes3d
  8. ImportError: cannot import name Axes3d
  9.        
  10. import matplotlib.pyplot as plt
  11. from mpl_toolkits.mplot3d import axes3d
  12.        
  13. from mpl_toolkits.mplot3d import Axes3D
  14. from mpl_toolkits.mplot3d import axes3d