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
PR matplotlib#24474 introduces a (to be deprecated) property called `lines`.
Because of that, the documentation in a previous api change doc which
just used `.lines` instead of :mod:`matplotlib.lines` couldn't be built
properly as it was unable to resolve the names. This changes the old doc
to the correct module link.
0 commit comments