Quotes help make search much faster. Example: "Practice Makes Perfect"

Sunday, September 1, 2019

Codecademy Learn Statistics With Python Boxplots Exercise 6/7


# Sample Solution
import codecademylib3_seaborn
import matplotlib.pyplot as plt
from music_data import two_thousand, two_thousand_one, two_thousand_two
plt.boxplot([two_thousand, two_thousand_one, two_thousand_two], labels = ["2000 Songs", "2001 Songs", "2002 Songs"])
plt.show()

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts