This commit is contained in:
Morvan Zhou
2017-05-08 12:33:25 +10:00
parent f6eeaa61d1
commit 468039f49c
3 changed files with 22 additions and 1 deletions

View File

@ -139,4 +139,3 @@ ax.set_xlim(X.min(), X.max())
ax.set_ylim(Y.min(), Y.max())
ax.set_zlim(Z.min(), Z.max())
plt.show()