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
Rectilinear axes locators adjust the number of ticks to the physical size of the axes (via axis.get_tick_space()), so that tick labels don't overlap one another (at least under reasonable assumptions of label length). On polar axes, at least the radial ticks are not adjusted in the same way.