Antony Lee
Antony Lee
I'm not really sure it's actually a good idea to add bbox support in each artist class one at a time. Instead, it may be more viable to have something...
> Hm ok, i understand your point, but I did what I understood throught my conversation with the developers on the tab of the issue (I did show the API,...
I don't think anyone *wants* you to do anything. Again, the tricky part is figuring out what to do, not so much how to do it.
Regarding the semantics of clear(): I think the semantics (in the case here) should be as follows: * Autoscaling is not performed by updating dataLim immediately when adding an artist...
- Yes, changing to lazy-datalims would be a significant effort (but I think it would be useful). - FWIW I regularly rely on the ability to change artist data without...
Please provide a minimal reproducible example that I can directly copy-paste and run to test the issue.
Thanks for the example. This appears to be because seaborn does not set the label properly on the relevant artist, but rather on a "fake" artist used only for the...