Matplotlib Plot Line Style

[Solved] Matplotlib Plot Line Style | C - Code Explorer | yomemimo.com
Question : matplotlib plot line style

Answered by : shay-peleg

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

Source : https://matplotlib.org/2.1.1/api/_as_gen/matplotlib.pyplot.plot.html | Last Update : Mon, 11 May 20

Answers related to matplotlib plot line style

Code Explorer Popular Question For C