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
  1. Which function in Matplotlib is generally used to create a simple line plot?
  2. - a) plt.bar()
  • b) plt.scatter()
  • c) plt.plot()
  • d) plt.pie()
  1. In Seaborn, what does the hue parameter generally represent?
  2. - a) The title of the graph
  • b) The color based on a variable
  • c) The size of markers
  • d) The style of the graph