simple line chart , scatter diagram and RandomWalk
1,simplelinechartimportmatplotlib.pyplotaspltinputvalues=[1,2,3,4,5]squares=[1,4,9,16,25]#correctthevalueplt.plot(inputvalues,squares,linewidth=5)#plt.plot(squares,linewidth=5)defaultvaluefrom0plt.tit