You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`_delete_parameter` is currently used on `Tick.__init__`, which is
called *very* often when creating many axes. This patch speeds up
```
MPLBACKEND=agg python -mtimeit -s 'from matplotlib.figure import Figure' -- 'Figure().subplots(10, 10)'
```
by ~20-25% (currently, just generating an 10x10 empty grid of axes takes
~1s).
0 commit comments