Matplotlib Plot Dashed

[Solved] Matplotlib Plot Dashed | Python - Code Explorer | yomemimo.com
Question : matplotlib plot dashed

Answered by : blushing-butterfly-4fd5hbjuodqz

plot(x, y, color='green', linestyle='dashed', marker='o', markerfacecolor='blue', markersize=12).

Source : https://matplotlib.org/2.1.2/api/_as_gen/matplotlib.pyplot.plot.html | Last Update : Sun, 29 Nov 20

Answers related to matplotlib plot dashed

Code Explorer Popular Question For Python