题目:【多选题】在空白画布figure中创建4个子图返回第1个子图区域,以下可以实现的是()
A、plt.subplot(2,2,1)
B、plt.subplot(2,2,2)
C、fig,ax=plt.subplots(2,2)df.plot(ax=ax[0]
D、fig,ax=plt.subplots(2,2)df.plot(ax=ax[1])
题目:【多选题】在空白画布figure中创建4个子图返回第1个子图区域,以下可以实现的是()
A、plt.subplot(2,2,1)
B、plt.subplot(2,2,2)
C、fig,ax=plt.subplots(2,2)df.plot(ax=ax[0]
D、fig,ax=plt.subplots(2,2)df.plot(ax=ax[1])