Commit 2ebd4b6
File tree
Expand file treeCollapse file tree
5 files changed
+10
-12
lines changedFilter options
- lib/matplotlib
- backends
- tests
Expand file treeCollapse file tree
5 files changed
+10
-12
lines changedlib/matplotlib/backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
251 | 251 |
|
252 | 252 |
|
253 | 253 |
|
254 |
| - |
255 |
| - |
| 254 | + |
| 255 | + |
256 | 256 |
|
257 | 257 |
|
258 | 258 |
|
| ||
367 | 367 |
|
368 | 368 |
|
369 | 369 |
|
370 |
| - |
371 |
| - |
| 370 | + |
372 | 371 |
|
373 | 372 |
|
374 | 373 |
|
|
lib/matplotlib/backends/backend_pdf.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_pdf.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2097 | 2097 |
|
2098 | 2098 |
|
2099 | 2099 |
|
2100 |
| - |
2101 |
| - |
| 2100 | + |
| 2101 | + |
2102 | 2102 |
|
2103 | 2103 |
|
2104 | 2104 |
|
|
lib/matplotlib/backends/backend_ps.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_ps.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
567 | 567 |
|
568 | 568 |
|
569 | 569 |
|
570 |
| - |
571 |
| - |
| 570 | + |
| 571 | + |
572 | 572 |
|
573 | 573 |
|
574 | 574 |
|
|
lib/matplotlib/backends/backend_svg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_svg.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
753 | 753 |
|
754 | 754 |
|
755 | 755 |
|
756 |
| - |
757 |
| - |
| 756 | + |
| 757 | + |
758 | 758 |
|
759 | 759 |
|
760 | 760 |
|
|
lib/matplotlib/tests/test_backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_bases.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
32 |
| - |
| 31 | + |
33 | 32 |
|
34 | 33 |
|
35 | 34 |
|
|
0 commit comments