Data Analysis Foundations with PythonChapter 113

Chapter 7: Data Visualization with Matplotlib and Seaborn

Section 3 of 4-~ 1 min read-Synced from Cuantum content

1. 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()

1. 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