Data Analysis Foundations with PythonChapter 113
Chapter 7: Data Visualization with Matplotlib and Seaborn
Section 4 of 4-~ 12 min read-Synced from Cuantum content
- Which function in Matplotlib is generally used to create a simple line plot?
- - a) plt.bar()
- b) plt.scatter()
- c) plt.plot()
- d) plt.pie()
- In Seaborn, what does the hue parameter generally represent?
- - a) The title of the graph
- b) The color based on a variable
- c) The size of markers
- d) The style of the graph