Commit 5de27aa
File tree
13 files changed
+116
-114
lines changedFilter options
- doc/api/next_api_changes/deprecations
- examples
- event_handling
- shapes_and_collections
- specialty_plots
- lib/matplotlib
- axes
- tests
- tutorials/intermediate
13 files changed
+116
-114
lines changeddoc/api/next_api_changes/deprecations/21965-AL.rst
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
examples/event_handling/lasso_demo.py
Copy file name to clipboardExpand all lines: examples/event_handling/lasso_demo.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
|
examples/shapes_and_collections/collections.py
Copy file name to clipboardExpand all lines: examples/shapes_and_collections/collections.py+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
9 |
| - |
| 8 | + |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 |
| - |
| 49 | + |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
75 |
| - |
| 74 | + |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
88 |
| - |
| 88 | + |
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
|
examples/shapes_and_collections/ellipse_collection.py
Copy file name to clipboardExpand all lines: examples/shapes_and_collections/ellipse_collection.py+2-1Lines changed: 2 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 |
|
| ||
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 |
| - |
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
|
examples/specialty_plots/mri_with_eeg.py
Copy file name to clipboardExpand all lines: examples/specialty_plots/mri_with_eeg.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+11-10Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4463 | 4463 |
|
4464 | 4464 |
|
4465 | 4465 |
|
4466 |
| - |
4467 |
| - |
4468 |
| - |
4469 |
| - |
4470 |
| - |
4471 |
| - |
4472 |
| - |
4473 |
| - |
| 4466 | + |
| 4467 | + |
| 4468 | + |
| 4469 | + |
| 4470 | + |
| 4471 | + |
| 4472 | + |
| 4473 | + |
4474 | 4474 |
|
4475 | 4475 |
|
4476 | 4476 |
|
| ||
4796 | 4796 |
|
4797 | 4797 |
|
4798 | 4798 |
|
4799 |
| - |
4800 |
| - |
| 4799 | + |
| 4800 | + |
| 4801 | + |
4801 | 4802 |
|
4802 | 4803 |
|
4803 | 4804 |
|
|
lib/matplotlib/collections.py
Copy file name to clipboardExpand all lines: lib/matplotlib/collections.py+38-35Lines changed: 38 additions & 35 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
| ||
84 | 85 |
|
85 | 86 |
|
86 | 87 |
|
87 |
| - |
| 88 | + |
88 | 89 |
|
89 | 90 |
|
90 | 91 |
|
| ||
127 | 128 |
|
128 | 129 |
|
129 | 130 |
|
130 |
| - |
| 131 | + |
131 | 132 |
|
132 | 133 |
|
133 | 134 |
|
| ||
202 | 203 |
|
203 | 204 |
|
204 | 205 |
|
205 |
| - |
| 206 | + |
206 | 207 |
|
207 | 208 |
|
208 | 209 |
|
| ||
219 | 220 |
|
220 | 221 |
|
221 | 222 |
|
222 |
| - |
223 |
| - |
224 |
| - |
225 |
| - |
226 |
| - |
227 |
| - |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
228 | 230 |
|
229 |
| - |
| 231 | + |
| 232 | + |
230 | 233 |
|
231 | 234 |
|
232 | 235 |
|
233 | 236 |
|
234 | 237 |
|
235 |
| - |
| 238 | + |
236 | 239 |
|
237 |
| - |
| 240 | + |
238 | 241 |
|
239 | 242 |
|
240 | 243 |
|
| ||
254 | 257 |
|
255 | 258 |
|
256 | 259 |
|
257 |
| - |
258 |
| - |
259 |
| - |
| 260 | + |
| 261 | + |
| 262 | + |
260 | 263 |
|
261 | 264 |
|
262 | 265 |
|
| ||
284 | 287 |
|
285 | 288 |
|
286 | 289 |
|
287 |
| - |
288 |
| - |
289 |
| - |
| 290 | + |
| 291 | + |
| 292 | + |
290 | 293 |
|
291 | 294 |
|
292 | 295 |
|
293 | 296 |
|
294 | 297 |
|
295 | 298 |
|
296 |
| - |
| 299 | + |
297 | 300 |
|
298 | 301 |
|
299 | 302 |
|
| ||
311 | 314 |
|
312 | 315 |
|
313 | 316 |
|
314 |
| - |
| 317 | + |
315 | 318 |
|
316 | 319 |
|
317 | 320 |
|
| ||
332 | 335 |
|
333 | 336 |
|
334 | 337 |
|
335 |
| - |
336 |
| - |
| 338 | + |
| 339 | + |
337 | 340 |
|
338 |
| - |
| 341 | + |
339 | 342 |
|
340 | 343 |
|
341 | 344 |
|
342 | 345 |
|
343 | 346 |
|
344 | 347 |
|
345 |
| - |
| 348 | + |
346 | 349 |
|
347 | 350 |
|
348 | 351 |
|
| ||
352 | 355 |
|
353 | 356 |
|
354 | 357 |
|
355 |
| - |
| 358 | + |
356 | 359 |
|
357 | 360 |
|
358 | 361 |
|
| ||
408 | 411 |
|
409 | 412 |
|
410 | 413 |
|
411 |
| - |
| 414 | + |
412 | 415 |
|
413 | 416 |
|
414 | 417 |
|
415 |
| - |
| 418 | + |
416 | 419 |
|
417 | 420 |
|
418 | 421 |
|
| ||
459 | 462 |
|
460 | 463 |
|
461 | 464 |
|
462 |
| - |
| 465 | + |
463 | 466 |
|
464 | 467 |
|
465 | 468 |
|
| ||
469 | 472 |
|
470 | 473 |
|
471 | 474 |
|
472 |
| - |
| 475 | + |
473 | 476 |
|
474 | 477 |
|
475 | 478 |
|
| ||
1317 | 1320 |
|
1318 | 1321 |
|
1319 | 1322 |
|
1320 |
| - |
| 1323 | + |
1321 | 1324 |
|
1322 | 1325 |
|
1323 | 1326 |
|
| ||
2150 | 2153 |
|
2151 | 2154 |
|
2152 | 2155 |
|
2153 |
| - |
| 2156 | + |
2154 | 2157 |
|
2155 | 2158 |
|
2156 | 2159 |
|
| ||
2169 | 2172 |
|
2170 | 2173 |
|
2171 | 2174 |
|
2172 |
| - |
2173 |
| - |
2174 |
| - |
| 2175 | + |
| 2176 | + |
| 2177 | + |
2175 | 2178 |
|
2176 | 2179 |
|
2177 | 2180 |
|
| ||
2186 | 2189 |
|
2187 | 2190 |
|
2188 | 2191 |
|
2189 |
| - |
| 2192 | + |
2190 | 2193 |
|
2191 | 2194 |
|
2192 | 2195 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
829 | 829 |
|
830 | 830 |
|
831 | 831 |
|
832 |
| - |
833 |
| - |
| 832 | + |
| 833 | + |
834 | 834 |
|
835 | 835 |
|
836 | 836 |
|
|
0 commit comments