Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: Fix double evaluation of _LazyTickList
Closes matplotlib#28908. It seems the read-access to `instance.majorTicks` per `instance .majorTicks.append()` still triggers the descriptor, even though `instance.majorTicks = []` previously should have rebound the name. For details see matplotlib#28908.
- Loading branch information