matplotlib in plt.plot () function in the parameter form ** kwargs

plt.plot(x, y, **kwargs)

 

** kwargs substantially parameters are the following:

color: color 

linestyle: line style 

marker: mark style 

markerfacecolor: Marker Color 

markersize: Marker Size 

 

Remarks:

color = 

 

linestyle = (linestyle = 'none' or linestyle = '' means no line)

 

 marker = 

 

Guess you like

Origin www.cnblogs.com/shuaishuaidefeizhu/p/11361220.html