I have some questions about boxplots in matplotlib:
Question A. What do the markers that I highlighted below with Q1, Q2, and Q3 represent? I believe Q1 is maximum and Q3 are outliers, but what is Q2?
Question B How does matplotlib identify outliers? (i.e. how does it know that they are not the true max
and min
values?)