Commit 5aadd99
File tree
Expand file treeCollapse file tree
5 files changed
+91
-35
lines changedFilter options
- examples/statistics
Expand file treeCollapse file tree
5 files changed
+91
-35
lines changedexamples/statistics/histogram_demo_cumulative.py
Copy file name to clipboard+41-9Lines changed: 41 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
3 | 27 |
|
4 | 28 |
|
5 | 29 |
|
6 | 30 |
|
7 | 31 |
|
| 32 | + |
8 | 33 |
|
9 | 34 |
|
10 | 35 |
|
11 | 36 |
|
12 | 37 |
|
13 |
| - |
| 38 | + |
14 | 39 |
|
15 |
| - |
16 |
| - |
| 40 | + |
| 41 | + |
17 | 42 |
|
18 | 43 |
|
19 | 44 |
|
20 | 45 |
|
21 |
| - |
| 46 | + |
| 47 | + |
| 48 | + |
22 | 49 |
|
23 | 50 |
|
24 |
| - |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
25 | 57 |
|
26 |
| - |
27 |
| - |
| 58 | + |
| 59 | + |
28 | 60 |
|
29 | 61 |
|
examples/statistics/histogram_demo_features.py
Copy file name to clipboard+18-11Lines changed: 18 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 |
| - |
8 |
| - |
| 8 | + |
| 9 | + |
| 10 | + |
9 | 11 |
|
10 | 12 |
|
11 |
| - |
12 | 13 |
|
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
| 18 | + |
16 | 19 |
|
17 | 20 |
|
18 | 21 |
|
19 | 22 |
|
20 | 23 |
|
21 |
| - |
| 24 | + |
22 | 25 |
|
23 | 26 |
|
| 27 | + |
| 28 | + |
| 29 | + |
24 | 30 |
|
25 |
| - |
| 31 | + |
| 32 | + |
26 | 33 |
|
27 | 34 |
|
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
32 | 39 |
|
33 | 40 |
|
34 |
| - |
| 41 | + |
35 | 42 |
|
examples/statistics/histogram_demo_histtypes.py
Copy file name to clipboard+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 |
| - |
| 6 | + |
6 | 7 |
|
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
| 11 | + |
10 | 12 |
|
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
14 |
| - |
| 16 | + |
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
| ||
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
26 |
| - |
| 28 | + |
27 | 29 |
|
examples/statistics/histogram_demo_multihist.py
Copy file name to clipboardExpand all lines: examples/statistics/histogram_demo_multihist.py+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 |
| - |
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 |
| - |
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| ||
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
37 |
| - |
| 38 | + |
38 | 39 |
|
examples/statistics/multiple_histograms_side_by_side.py
Copy file name to clipboardExpand all lines: examples/statistics/multiple_histograms_side_by_side.py+22-8Lines changed: 22 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
4 | 15 |
|
5 | 16 |
|
6 | 17 |
|
7 | 18 |
|
| 19 | + |
8 | 20 |
|
9 | 21 |
|
10 | 22 |
|
11 | 23 |
|
12 |
| - |
| 24 | + |
13 | 25 |
|
14 | 26 |
|
15 | 27 |
|
16 | 28 |
|
17 | 29 |
|
18 | 30 |
|
19 | 31 |
|
20 |
| - |
21 |
| - |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
22 | 36 |
|
23 | 37 |
|
24 | 38 |
|
25 | 39 |
|
26 | 40 |
|
27 |
| - |
| 41 | + |
28 | 42 |
|
29 | 43 |
|
30 | 44 |
|
31 |
| - |
| 45 | + |
32 | 46 |
|
33 |
| - |
| 47 | + |
34 | 48 |
|
35 | 49 |
|
36 | 50 |
|
|
0 commit comments