How to create and plot a simple histogram with matplotlib and python ? import matplotlib.pyplot as plt data = [1,2,2,3,3,3, ...
確定! 回上一頁