【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.
相关文章
相关标签/搜索