z_magn = np.abs(z) z_phase = np.angle(z) fig = plt.figure(figsize=(10,5)) ax1 = fig.add_subplot(1, 2, 1, projection='3d') ax1.set_xlabel('Real')
確定! 回上一頁