python plt linestyle code example
Example: matplotlib plot dashed
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).