KnowledgeBoat Logo
|

Informatics Practices

What is a marker ? How can you change the marker type and color in a plot ?

PyPlot

1 Like

Answer

The data points being plotted on a graph/chart are called markers. To change the marker type and color, we use following additional optional arguments in plot function : marker = <valid marker type>, markeredgecolor = <valid color>.

Answered By

1 Like


Related Questions