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
They are available as globals in the module. More annoyingly, having
them duplicated prevents one from writing
```
`.LogTransform`
```
in the docs because sphinx doesn't know whether to resolve this to
`mpl.scale.LogTransform` or `mpl.scale.LogScale.LogTransform` (it
doesn't realize these are the same).
0 commit comments