Commit 8ce1e02
File tree
Expand file treeCollapse file tree
8 files changed
+25
-40
lines changedFilter options
- examples/lines_bars_and_markers
- lib/matplotlib
- backends
- tests
- tutorials/colors
Expand file treeCollapse file tree
8 files changed
+25
-40
lines changedexamples/lines_bars_and_markers/filled_step.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/filled_step.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 | 10 |
|
12 | 11 |
|
13 | 12 |
|
| ||
188 | 187 |
|
189 | 188 |
|
190 | 189 |
|
191 |
| - |
| 190 | + |
192 | 191 |
|
193 | 192 |
|
194 | 193 |
|
|
lib/matplotlib/_color_data.py
Copy file name to clipboardExpand all lines: lib/matplotlib/_color_data.py+12-18Lines changed: 12 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 | 1 |
|
5 | 2 |
|
6 | 3 |
|
| ||
14 | 11 |
|
15 | 12 |
|
16 | 13 |
|
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
29 | 26 |
|
30 |
| - |
31 |
| - |
32 |
| - |
33 | 27 |
|
34 | 28 |
|
35 | 29 |
|
|
+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| ||
1659 | 1659 |
|
1660 | 1660 |
|
1661 | 1661 |
|
1662 |
| - |
1663 |
| - |
| 1662 | + |
1664 | 1663 |
|
1665 | 1664 |
|
1666 | 1665 |
|
|
lib/matplotlib/backends/backend_pdf.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_pdf.py+3-5Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
9 | 8 |
|
10 | 9 |
|
11 | 10 |
|
| ||
682 | 681 |
|
683 | 682 |
|
684 | 683 |
|
685 |
| - |
686 |
| - |
| 684 | + |
687 | 685 |
|
688 | 686 |
|
689 | 687 |
|
690 |
| - |
| 688 | + |
691 | 689 |
|
692 | 690 |
|
693 |
| - |
| 691 | + |
694 | 692 |
|
695 | 693 |
|
696 | 694 |
|
|
lib/matplotlib/backends/backend_svg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_svg.py+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 | 2 |
|
4 | 3 |
|
| ||
287 | 286 |
|
288 | 287 |
|
289 | 288 |
|
290 |
| - |
| 289 | + |
291 | 290 |
|
292 | 291 |
|
293 |
| - |
| 292 | + |
294 | 293 |
|
295 | 294 |
|
296 | 295 |
|
| ||
1174 | 1173 |
|
1175 | 1174 |
|
1176 | 1175 |
|
1177 |
| - |
| 1176 | + |
1178 | 1177 |
|
1179 | 1178 |
|
1180 | 1179 |
|
|
lib/matplotlib/tests/test_rcparams.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_rcparams.py+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 | 2 |
|
4 | 3 |
|
| ||
460 | 459 |
|
461 | 460 |
|
462 | 461 |
|
463 |
| - |
464 |
| - |
| 462 | + |
465 | 463 |
|
466 | 464 |
|
467 | 465 |
|
|
lib/matplotlib/tests/test_style.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_style.py+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 | 2 |
|
4 | 3 |
|
| ||
138 | 137 |
|
139 | 138 |
|
140 | 139 |
|
141 |
| - |
142 | 140 |
|
143 | 141 |
|
144 |
| - |
| 142 | + |
145 | 143 |
|
146 | 144 |
|
147 | 145 |
|
|
tutorials/colors/colormaps.py
Copy file name to clipboardExpand all lines: tutorials/colors/colormaps.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 |
| - |
82 | 81 |
|
83 |
| - |
| 82 | + |
| 83 | + |
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
|
0 commit comments