Commit 0e46ff2
File tree
Expand file treeCollapse file tree
9 files changed
+66
-22
lines changedFilter options
- lib/matplotlib
- axes
- sphinxext
- tests
Expand file treeCollapse file tree
9 files changed
+66
-22
lines changedlib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
172 |
| - |
| 172 | + |
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
176 | 176 |
|
177 | 177 |
|
178 |
| - |
| 178 | + |
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
183 | 183 |
|
184 |
| - |
| 184 | + |
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 |
| - |
| 190 | + |
191 | 191 |
|
192 | 192 |
|
193 | 193 |
|
| ||
2084 | 2084 |
|
2085 | 2085 |
|
2086 | 2086 |
|
2087 |
| - |
2088 |
| - |
| 2087 | + |
| 2088 | + |
2089 | 2089 |
|
2090 | 2090 |
|
2091 | 2091 |
|
|
lib/matplotlib/collections.py
Copy file name to clipboardExpand all lines: lib/matplotlib/collections.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1764 | 1764 |
|
1765 | 1765 |
|
1766 | 1766 |
|
1767 |
| - |
| 1767 | + |
1768 | 1768 |
|
1769 | 1769 |
|
1770 | 1770 |
|
|
+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1469 | 1469 |
|
1470 | 1470 |
|
1471 | 1471 |
|
1472 |
| - |
| 1472 | + |
1473 | 1473 |
|
1474 | 1474 |
|
1475 | 1475 |
|
| ||
2191 | 2191 |
|
2192 | 2192 |
|
2193 | 2193 |
|
2194 |
| - |
| 2194 | + |
2195 | 2195 |
|
2196 | 2196 |
|
2197 | 2197 |
|
2198 | 2198 |
|
2199 |
| - |
| 2199 | + |
| 2200 | + |
2200 | 2201 |
|
2201 | 2202 |
|
2202 | 2203 |
|
|
+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
146 | 146 |
|
147 | 147 |
|
148 | 148 |
|
149 |
| - |
| 149 | + |
150 | 150 |
|
151 | 151 |
|
152 | 152 |
|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
159 |
| - |
160 |
| - |
| 159 | + |
| 160 | + |
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
| ||
739 | 739 |
|
740 | 740 |
|
741 | 741 |
|
742 |
| - |
743 |
| - |
| 742 | + |
| 743 | + |
744 | 744 |
|
745 | 745 |
|
746 | 746 |
|
747 | 747 |
|
748 | 748 |
|
749 |
| - |
| 749 | + |
750 | 750 |
|
751 | 751 |
|
752 | 752 |
|
|
lib/matplotlib/sphinxext/plot_directive.py
Copy file name to clipboardExpand all lines: lib/matplotlib/sphinxext/plot_directive.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
183 | 183 |
|
184 | 184 |
|
185 | 185 |
|
186 |
| - |
| 186 | + |
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5096 | 5096 |
|
5097 | 5097 |
|
5098 | 5098 |
|
5099 |
| - |
| 5099 | + |
| 5100 | + |
5100 | 5101 |
|
5101 | 5102 |
|
5102 | 5103 |
|
| ||
7676 | 7677 |
|
7677 | 7678 |
|
7678 | 7679 |
|
| 7680 | + |
| 7681 | + |
| 7682 | + |
| 7683 | + |
| 7684 | + |
| 7685 | + |
| 7686 | + |
| 7687 | + |
| 7688 | + |
| 7689 | + |
| 7690 | + |
| 7691 | + |
| 7692 | + |
7679 | 7693 |
|
7680 | 7694 |
|
7681 | 7695 |
|
|
lib/matplotlib/tests/test_patches.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_patches.py+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| ||
692 | 692 |
|
693 | 693 |
|
694 | 694 |
|
| 695 | + |
| 696 | + |
| 697 | + |
| 698 | + |
| 699 | + |
| 700 | + |
| 701 | + |
| 702 | + |
| 703 | + |
| 704 | + |
| 705 | + |
| 706 | + |
| 707 | + |
| 708 | + |
695 | 709 |
|
696 | 710 |
|
697 | 711 |
|
|
lib/matplotlib/tests/test_text.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_text.py+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
251 | 251 |
|
252 | 252 |
|
253 | 253 |
|
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
254 | 269 |
|
255 | 270 |
|
256 | 271 |
|
|
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1466 | 1466 |
|
1467 | 1467 |
|
1468 | 1468 |
|
1469 |
| - |
| 1469 | + |
1470 | 1470 |
|
1471 | 1471 |
|
1472 | 1472 |
|
| ||
1506 | 1506 |
|
1507 | 1507 |
|
1508 | 1508 |
|
1509 |
| - |
| 1509 | + |
1510 | 1510 |
|
1511 | 1511 |
|
1512 | 1512 |
|
1513 | 1513 |
|
1514 |
| - |
| 1514 | + |
1515 | 1515 |
|
1516 | 1516 |
|
1517 | 1517 |
|
|
0 commit comments