使用matplotlib數據可視化1:繪製多個圖像時 如何對每一個圖像設置屬性的問題

咱們建立兩個視圖窗口,分別在其中繪製圖像 首先咱們不對x和y進行limit 也不添加座標軸標籤 代碼以下:python import numpy as np import matplotlib.pyplot as plt fig_1 = plt.figure() fig_2 = plt.figure() ax_1 = fig_1.gca(projection="3d") ax_2 = fig_2
相關文章
相關標籤/搜索