rcParams['grid.color'] = (0.5, 0.5, 0.5, 0.1) data = np.random.randn(3, 100) fig = plt.figure() ax = plt.axes(projection ="3d") ...
確定! 回上一頁