pygal.graph.box module¶
Box plot: a convenient way to display series as box with whiskers and outliers Different types are available throught the box_mode option
-
class
pygal.graph.box.
Box
(config=None, **kwargs)[source]¶ Bases:
pygal.graph.graph.Graph
Box plot For each series, shows the median value, the 25th and 75th percentiles, and the values within 1.5 times the interquartile range of the 25th and 75th percentiles.