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)
This question is part of this quiz :