Learn
We’ve covered a lot! We learned about new graph functions…
plt.bar()
makes a bar chartplt.scatter()
makes a scatterplotplt.pie()
makes a pie chartplt.hist()
makes a histogram
And some new general functions…
plt.errorbar()
adds error bars, or confidence intervals, to any kind of chartplt.subplot()
allows us to compare graphs in a side-by-side or tiled formatplt.axline()
creates AB lines to mark reference lines on a graphplt.annotate()
allows us to place annotations and arrows anywhere on a graph
Instructions
The notebook to the right is set up for you to review all of the visualizations from this exercise, if you wish – as usual, just run the Setup cells at the top first.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.