Practice Test Geeks home

Data Science with Python Matplotlib and Seaborn Visualization Questions and Answers

A data analyst has created a line plot using Matplotlib's `plt.plot()` but finds that the plot is not displayed when the script is run.
Which of the following functions must be called to render and display the plot?

Select your answer