Commit a2caa86
committed
Deprecate Artist.onRemove, Artist.hitlist.
Artist.onRemove is unused and untested; it could (should?) have been
deprecated at the same time as Artist.onHilite.
Artist.hitlist is only used in one example which I rewrote in a more
efficient manner (no need to test every artist for containment), and can
be easily replaced by a list comprehension (except for the
Exception-silencing part, which is probably misguided to start with...).1 parent 813d842 commit a2caa86
7 files changed
Lines changed: 9 additions & 10 deletions
File tree
- doc/api
- api_changes
- examples/user_interfaces
- lib/matplotlib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
502 | 501 | | |
503 | 502 | | |
504 | 503 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
505 | | - | |
506 | 505 | | |
507 | 506 | | |
508 | 507 | | |
| |||
569 | 568 | | |
570 | 569 | | |
571 | 570 | | |
572 | | - | |
573 | 571 | | |
574 | 572 | | |
575 | 573 | | |
| |||
636 | 634 | | |
637 | 635 | | |
638 | 636 | | |
639 | | - | |
640 | 637 | | |
641 | 638 | | |
642 | 639 | | |
| |||
713 | 710 | | |
714 | 711 | | |
715 | 712 | | |
716 | | - | |
717 | 713 | | |
718 | 714 | | |
719 | 715 | | |
| |||
780 | 776 | | |
781 | 777 | | |
782 | 778 | | |
783 | | - | |
784 | 779 | | |
785 | 780 | | |
786 | 781 | | |
| |||
847 | 842 | | |
848 | 843 | | |
849 | 844 | | |
850 | | - | |
851 | 845 | | |
852 | 846 | | |
853 | 847 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
330 | 331 | | |
331 | 332 | | |
332 | 333 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1804 | 1804 | | |
1805 | 1805 | | |
1806 | 1806 | | |
| 1807 | + | |
1807 | 1808 | | |
1808 | 1809 | | |
1809 | 1810 | | |
| |||
0 commit comments