题目:【单选题】绘制组合图形将画布分为2行1列的绘图空间,共用x轴,y轴,使用subplots( )函数语法正确的是( )
A、fig,ax=plt.subplots(1,2,sharex=Falsesharey=False)
B、fig,ax=plt.subplots(1,2,sharex=Truesharey=True)
C、fig,ax=plt.subplots(2,1,sharex=Falsesharey=False)
D、fig,ax=plt.subplots(2,1,sharex=Truesharey=True)