By default, the plot() function of Matplotlib draws a ............... plot.
line
Reason — By default, the plot() function of Matplotlib draws a line plot, which connects data points with lines.
plot()