The code to create a bar plot in matplotlib: ... plt.figure(figsize = (10, 5)) # Bar plot plt.bar(courses, values, ...
確定! 回上一頁