import matplotlib.pyplot as plt years = range(2015, 2020) results = [10,15,17,20,25] plt.bar(years, results, align='center', alpha=0.5) plt.ylabel('Results') plt.title('Year') plt.show()
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment