Python | Matplotlib MCQ | Question 22

Last Updated :
Discuss
Comments

How do you plot a simple line graph using Matplotlib in Python?

plot(x_values, y_values)

lineplot(x_values, y_values)

draw_line(x_values, y_values)

create_line_graph(x_values, y_values)

Share your thoughts in the comments