[WIP] API: remove unused attribute on Annotation#7445
[WIP] API: remove unused attribute on Annotation#7445tacaswell wants to merge 1 commit intomatplotlib:masterfrom
Conversation
|
|
||
| if self.arrow is not None: | ||
| bboxes.append(arrow.get_window_extent(renderer=renderer)) | ||
| elif self.arrow_patch is not None: |
|
I think there is a need for a deprecation cycle here. We are removing a public attribute. |
|
This dates back more than a year, to #4178, so the Given that the The actual user-facing API change in #4178 is documented in the 1.5 API changes doc section. Presumably this was in a subsequent PR. |
|
Replaced by #10818. |
Pretty sure this is fall out from @efiring cleaning up the arrow handling in annotation to always use the fancy arrows.
Definitely needs docs, might need deprecation cycle.
Posting this due to almost losing a whole pile of stashes today.