官文链接:https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.subplots.html#matplotlib.pyplot.subplots
创建figure 和 a set of subplots。
相较于subplot多出一些参数。
matplotlib.pyplot.subplots(nrows=1,ncols=1,,sharex=False,sharey=False,squeeze=True,subplot_kw=None,gridspec_kw=None,*fig_kw)
