A.plt.his(data,edge=’red’)B.plt.hist(data,edgecolor=’red’)C.plt.hist(data,color=’red’)D.plt.bar(data,edge=’red’)
A.plt.hist(x,y)B.plt.bar(x,y)C.plt.scatter(x,y)D.plt.ploti(x,y)