Commit 8ec4455
File tree
Expand file treeCollapse file tree
10 files changed
+37
-10
lines changedFilter options
- doc/_templates
- examples
- misc
- tests
- user_interfaces
- lib/matplotlib
- backends
Expand file treeCollapse file tree
10 files changed
+37
-10
lines changed+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 |
| - |
93 |
| - |
| 92 | + |
| 93 | + |
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
|
examples/misc/svg_filter_line.py
Copy file name to clipboardExpand all lines: examples/misc/svg_filter_line.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
|
examples/misc/svg_filter_pie.py
Copy file name to clipboardExpand all lines: examples/misc/svg_filter_pie.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
|
examples/tests/backend_driver.py
Copy file name to clipboardExpand all lines: examples/tests/backend_driver.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
130 |
| - |
131 | 130 |
|
132 | 131 |
|
133 | 132 |
|
|
examples/user_interfaces/embedding_in_tk_canvas.py
Copy file name to clipboardExpand all lines: examples/user_interfaces/embedding_in_tk_canvas.py+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
7 | 11 |
|
8 | 12 |
|
9 | 13 |
|
|
examples/user_interfaces/svg_histogram.py
Copy file name to clipboardExpand all lines: examples/user_interfaces/svg_histogram.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
|
examples/user_interfaces/svg_tooltip.py
Copy file name to clipboardExpand all lines: examples/user_interfaces/svg_tooltip.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
lib/matplotlib/animation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py+24-1Lines changed: 24 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| ||
267 | 267 |
|
268 | 268 |
|
269 | 269 |
|
| 270 | + |
| 271 | + |
270 | 272 |
|
271 | 273 |
|
272 | 274 |
|
| ||
550 | 552 |
|
551 | 553 |
|
552 | 554 |
|
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
553 | 576 |
|
554 | 577 |
|
555 | 578 |
|
|
lib/matplotlib/backends/backend_qt5.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt5.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
140 |
| - |
| 140 | + |
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| 70 | + |
70 | 71 |
|
71 | 72 |
|
0 commit comments