what is the function of fmt in plotting the error '
Hello Sir,                 
During the plot of data with errorbar, what is the significance of this:        fmt = 'bo''.

Thanks and regards,
swati-mishra




Python-3.4.3 Plotting-Data 05-06 min 10-20 sec 26-06-20, 2:39 p.m. swati-mishra

Answers:

Format specifies the display pattern for the data points of the graph, 'bo' means the data points will be circles filled in Blue color

fmt = The format for the data points / data lines.
See here for different possible values of fmt:
https://matplotlib.org/api/_as_gen/matplotlib.pyplot.plot.html#matplotlib.pyplot.plot
30-06-20, 9:41 a.m. ankitrj.iitb


Click here to reply/comment online