单项选择题

下列选项中()可以使用matplotlib绘制线性线段图。

A.matplotlib.pyplot.figure(numpy.arange(7))
B.matplotlib.pyplot.plot(numpy.arange(7))
C.matplotlib.pyplot.figure(numpy.arange(8))
D.matplotlib.pyplot.plot(numpy.arange(8))