matplotlib模塊(繪圖模塊)使用——010_圖中圖

繪製圖中圖,存代碼用。web 代碼: 主要函數: add_axes [四個座標,注意順序]ide import matplotlib.pyplot as plt import numpy as np fig = plt.figure() x=[1,2,3,4,5,6,7] y=[1,3,4,2,5,8,6] left,bottom,width,height = 0.1,0.1,0.8,0.8
相關文章
相關標籤/搜索