when I try these lines of code:
import matplotlib.pyplot as plt plt.plot([1,8,10,7,3], [10,10,8,4,1], linewidth=3) plt.show()
i get this outp