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?
-
A
plt.render()
-
B
plt.draw()
-
C
plt.show()
-
D
plt.display()