【Python】Matplotlib畫圖(六)——圖中圖

環境 MacOSpython Python3.6code 代碼 import matplotlib.pyplot as plt # define figure fig = plt.figure() # define data x = [1, 2, 3, 4, 5, 6, 7] y = [1, 3, 4, 2, 5, 8, 6] left, bottom, width, height = 0.
相關文章
相關標籤/搜索