填空题

在matplotlib.pyplot中创建线性图使用()函数,创建散点图使用()函数,创建直方图是用()函数,创建饼状图使用()函数。

【参考答案】

plot(x,y);scatter(x,y);hist(x);pie(x,y)
热门 试题