matplotlib plot line style code example
Example: matplotlib plot line style
plot(x, y, color='green', linestyle='dashed', marker='o',
markerfacecolor='blue', markersize=12).
plot(x, y, color='green', linestyle='dashed', marker='o',
markerfacecolor='blue', markersize=12).