单项选择题

关于Matplotlib 模块,假设已执行了import matplotlib.pyplot as plt 语句,接着为了创建画布,简单正确的用法是()。

A.plt.figure()
B.plt.figures()
C.plt.Figure()
D.plt.Figures()