Axes3d vs axes3d matplotlib

前端 未结 2 1744
北荒
北荒 2021-02-20 12:05

I just finished a horrible install of scipy, numpy, and matplotlib on OSX Lion. For some reason, I can\'t do a:

import matplotlib.pyplot as plt
from mpl_toolkits         


        
2条回答
  •  面向向阳花
    2021-02-20 12:48

    from mpl_toolkits.mplot3d import Axes3D
    

    Please use above command to use the 3D image for an object

提交回复
热议问题