Commit 7bd5d64
File tree
Expand file treeCollapse file tree
11 files changed
+86
-37
lines changedFilter options
- doc/api
- lib/matplotlib
- axes
- tests
- baseline_images
- test_axes
- test_path
- test_scale
Expand file treeCollapse file tree
11 files changed
+86
-37
lines changed+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
13 | 27 |
|
14 | 28 |
|
15 | 29 |
|
| 30 | + |
16 | 31 |
|
17 | 32 |
|
18 | 33 |
|
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py-7Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1555 | 1555 |
|
1556 | 1556 |
|
1557 | 1557 |
|
1558 |
| - |
1559 | 1558 |
|
1560 | 1559 |
|
1561 | 1560 |
|
1562 |
| - |
1563 | 1561 |
|
1564 | 1562 |
|
1565 | 1563 |
|
| ||
2850 | 2848 |
|
2851 | 2849 |
|
2852 | 2850 |
|
2853 |
| - |
2854 |
| - |
2855 |
| - |
2856 |
| - |
2857 |
| - |
2858 | 2851 |
|
2859 | 2852 |
|
2860 | 2853 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py-10Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2971 | 2971 |
|
2972 | 2972 |
|
2973 | 2973 |
|
2974 |
| - |
2975 |
| - |
2976 |
| - |
2977 |
| - |
2978 |
| - |
2979 | 2974 |
|
2980 | 2975 |
|
2981 | 2976 |
|
| ||
3293 | 3288 |
|
3294 | 3289 |
|
3295 | 3290 |
|
3296 |
| - |
3297 |
| - |
3298 |
| - |
3299 |
| - |
3300 |
| - |
3301 | 3291 |
|
3302 | 3292 |
|
3303 | 3293 |
|
|
+31-17Lines changed: 31 additions & 17 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
| 95 | + |
99 | 96 |
|
100 | 97 |
|
101 |
| - |
102 |
| - |
103 |
| - |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
104 | 113 |
|
105 | 114 |
|
106 | 115 |
|
| ||
220 | 229 |
|
221 | 230 |
|
222 | 231 |
|
223 |
| - |
| 232 | + |
224 | 233 |
|
225 | 234 |
|
226 | 235 |
|
227 |
| - |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
228 | 243 |
|
229 | 244 |
|
230 | 245 |
|
| ||
432 | 447 |
|
433 | 448 |
|
434 | 449 |
|
435 |
| - |
436 |
| - |
437 |
| - |
438 |
| - |
439 | 450 |
|
| 451 | + |
440 | 452 |
|
441 | 453 |
|
442 | 454 |
|
443 |
| - |
444 |
| - |
445 |
| - |
446 |
| - |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
447 | 461 |
|
448 | 462 |
|
449 | 463 |
|
|
lib/matplotlib/tests/baseline_images/test_axes/log_scales.png
Copy file name to clipboard-3.32 KB
Loading
lib/matplotlib/tests/baseline_images/test_axes/log_scales.svg
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/baseline_images/test_axes/log_scales.svg+2-1Lines changed: 2 additions & 1 deletion
Loading
lib/matplotlib/tests/baseline_images/test_path/semi_log_with_zero.png
Copy file name to clipboard-4.45 KB
Loading
lib/matplotlib/tests/baseline_images/test_scale/logscale_mask.png
Copy file name to clipboard-2.6 KB
Loading
lib/matplotlib/tests/baseline_images/test_scale/logscale_nonpos_values.png
Copy file name to clipboard16.6 KB
Loading
lib/matplotlib/tests/test_path.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_path.py+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
| 90 | + |
| 91 | + |
91 | 92 |
|
92 | 93 |
|
93 | 94 |
|
94 | 95 |
|
95 | 96 |
|
96 |
| - |
| 97 | + |
| 98 | + |
97 | 99 |
|
98 | 100 |
|
99 | 101 |
|
|
lib/matplotlib/tests/test_scale.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_scale.py+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
| ||
65 | 66 |
|
66 | 67 |
|
67 | 68 |
|
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
0 commit comments