Q&A
Course Info
Curriculum
Get Started
1 / 3
What function is used to display a plot after creating it?
To
render
the
plot
in
the
output,
use
.
plt.plot()
plt.show()
plt.figure()
plt.title()
Previous
Confirm