单项选择题

如何使用subplot在下图中分割出右侧坐标轴?()

A.subplot(1,2,2)
B.subplot(1,2,1)
C.subplot(2,1,2)
D.subplot(2,1,1)