Commit 125b87c
File tree
13 files changed
+115
-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
+115
-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 |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
|
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+37-35Lines changed: 37 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 | + |
228 | 229 |
|
229 |
| - |
| 230 | + |
| 231 | + |
230 | 232 |
|
231 | 233 |
|
232 | 234 |
|
233 | 235 |
|
234 | 236 |
|
235 |
| - |
| 237 | + |
236 | 238 |
|
237 |
| - |
| 239 | + |
238 | 240 |
|
239 | 241 |
|
240 | 242 |
|
| ||
254 | 256 |
|
255 | 257 |
|
256 | 258 |
|
257 |
| - |
258 |
| - |
259 |
| - |
| 259 | + |
| 260 | + |
| 261 | + |
260 | 262 |
|
261 | 263 |
|
262 | 264 |
|
| ||
284 | 286 |
|
285 | 287 |
|
286 | 288 |
|
287 |
| - |
288 |
| - |
289 |
| - |
| 289 | + |
| 290 | + |
| 291 | + |
290 | 292 |
|
291 | 293 |
|
292 | 294 |
|
293 | 295 |
|
294 | 296 |
|
295 | 297 |
|
296 |
| - |
| 298 | + |
297 | 299 |
|
298 | 300 |
|
299 | 301 |
|
| ||
311 | 313 |
|
312 | 314 |
|
313 | 315 |
|
314 |
| - |
| 316 | + |
315 | 317 |
|
316 | 318 |
|
317 | 319 |
|
| ||
332 | 334 |
|
333 | 335 |
|
334 | 336 |
|
335 |
| - |
336 |
| - |
| 337 | + |
| 338 | + |
337 | 339 |
|
338 |
| - |
| 340 | + |
339 | 341 |
|
340 | 342 |
|
341 | 343 |
|
342 | 344 |
|
343 | 345 |
|
344 | 346 |
|
345 |
| - |
| 347 | + |
346 | 348 |
|
347 | 349 |
|
348 | 350 |
|
| ||
352 | 354 |
|
353 | 355 |
|
354 | 356 |
|
355 |
| - |
| 357 | + |
356 | 358 |
|
357 | 359 |
|
358 | 360 |
|
| ||
408 | 410 |
|
409 | 411 |
|
410 | 412 |
|
411 |
| - |
| 413 | + |
412 | 414 |
|
413 | 415 |
|
414 | 416 |
|
415 |
| - |
| 417 | + |
416 | 418 |
|
417 | 419 |
|
418 | 420 |
|
| ||
459 | 461 |
|
460 | 462 |
|
461 | 463 |
|
462 |
| - |
| 464 | + |
463 | 465 |
|
464 | 466 |
|
465 | 467 |
|
| ||
469 | 471 |
|
470 | 472 |
|
471 | 473 |
|
472 |
| - |
| 474 | + |
473 | 475 |
|
474 | 476 |
|
475 | 477 |
|
| ||
1317 | 1319 |
|
1318 | 1320 |
|
1319 | 1321 |
|
1320 |
| - |
| 1322 | + |
1321 | 1323 |
|
1322 | 1324 |
|
1323 | 1325 |
|
| ||
2149 | 2151 |
|
2150 | 2152 |
|
2151 | 2153 |
|
2152 |
| - |
| 2154 | + |
2153 | 2155 |
|
2154 | 2156 |
|
2155 | 2157 |
|
| ||
2168 | 2170 |
|
2169 | 2171 |
|
2170 | 2172 |
|
2171 |
| - |
2172 |
| - |
2173 |
| - |
| 2173 | + |
| 2174 | + |
| 2175 | + |
2174 | 2176 |
|
2175 | 2177 |
|
2176 | 2178 |
|
| ||
2185 | 2187 |
|
2186 | 2188 |
|
2187 | 2189 |
|
2188 |
| - |
| 2190 | + |
2189 | 2191 |
|
2190 | 2192 |
|
2191 | 2193 |
|
|
+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