Home
last modified time | relevance | path

Searched refs:_box_points (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/py-pygal/pygal-2.4.0/pygal/test/
H A Dtest_box.py28 (min_s, q0, q1, q2, q3, q4, max_s), outliers = Box._box_points(
38 (min_s, q0, q1, q2, q3, q4, max_s), outliers = Box._box_points(
44 (min_s, q0, q1, q2, q3, q4, max_s), outliers = Box._box_points(
50 (min_s, q0, q1, q2, q3, q4, max_s), outliers = Box._box_points(
63 (min_s, q0, q1, q2, q3, q4, max_s), outliers = Box._box_points(
73 (min_s, q0, q1, q2, q3, q4, max_s), outliers = Box._box_points(
79 (min_s, q0, q1, q2, q3, q4, max_s), outliers = Box._box_points(
85 (min_s, q0, q1, q2, q3, q4, max_s), outliers = Box._box_points(
98 (min_s, q0, q1, q2, q3, q4, max_s), outliers = Box._box_points(
105 (min_s, q0, q1, q2, q3, q4, max_s), outliers = Box._box_points(
[all …]
/dports/graphics/py-pygal/pygal-2.4.0/pygal/graph/
H A Dbox.py73 self._box_points(serie.values, self.box_mode)
178 def _box_points(values, mode='extremes'): member in Box
/dports/devel/py-pytest-benchmark/pytest-benchmark-3.4.1/src/pytest_benchmark/
H A Dhistogram.py15 def _box_points(self, serie, _): member in CustomBox