pyspc.plotting.regime._data2bxpstats
- pyspc.plotting.regime._data2bxpstats(data, loc, var)[source]
Construire la liste des boxplots à partir du régime
- Paramètres:
data (dict) – Dictionnaire des régimes hydrologiques
loc (str) – Lieu
var (str) – Grandeur
- Renvoie:
bxpstats – Dictionnaires contenant les informations de chaque boxplot
med: Median (scalar).
q1, q3: First & third quartiles (scalars).
whislo, whishi: Lower & upper whisker positions (scalars).
mean: Mean (scalar). Needed if showmeans=True.
fliers: Data beyond the whiskers (array-like). Needed if showfliers=True.
label: Name of the dataset (str). If available, this will be used a tick label for the boxplot
- Type renvoyé:
list
Voir aussi
https//matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.bxp.html