Matplotlib Data Visualization Quiz

Complete this assessment with 100% score to master this chapter.

01Which plot type is most effective for seeing if two numeric features are correlated?

02What does a 'Violin Plot' show that a simple 'Box Plot' might miss?

03In Matplotlib's Object-Oriented interface, what is an 'Axes'?

04What is the primary purpose of a 'Training Curve' (Loss/Accuracy vs. Epochs)?

05What does the 'imshow' function do in the context of AI?

06How do you create multiple plots in a single window using Matplotlib?

07Which Matplotlib function is used to save a chart as a file (like PNG or PDF)?

08What does a 'Histogram' visualize?

09In Matplotlib, what is a 'Colormap' (cmap)?

10How do you add a legend to a plot that has multiple lines?