5 Introduction to Matplotlib

2.Plot both curves with a dashed magenta line. Set the keyword argument linewidth (or lw ) of plt.plot() to 4 to make the line a little thicker than the default setting. 3.Use plt.xlim() and plt.ylim() to change the range of the x-axis to [ 2;6] and the range of the y-axis to [ 6;6]. ................
................