jay-dizzale
Results
1
comments of
jay-dizzale
You can smooth the plot by removing the point: ```python pyplot.plot(dates, populations, "-") # instead of "o-" ``` The distribution is wrong because the points are evenly distributed. Matplotlib doesn't...