[(#REM) ]
[(#REM) ]
#SET{statistiques, #SERIE_STATISTIQUES{#ENV{plugin}, #ENV{feed_id}}}
[(#REM) ]
[(#REM) ]
#SET{nb_classes, #GET{statistiques/effectif}|<{50}|?{10, 25}}
#SET{discretisation, #SERIE_DISCRETISATION{#ENV{plugin}, #ENV{feed_id}, equivalence, #GET{nb_classes}}}
#SET{data, #GET{discretisation/classes}|array_column{effectif}}
#SET{labels, #GET{discretisation/classes}|array_keys}
#MODELE{
graphique,
id_graphique=histo,
type=bar,
classes=#GET{discretisation/classes},
titre='Effectif par classe',
conteneur_class=graphique
}