Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Milestone
Description
Documentation Link
https://matplotlib.org/devdocs/gallery/mplot3d/lines3d.html#sphx-glr-gallery-mplot3d-lines3d-py
Problem
TheAxes3D
methods which are automatically linked in example code in the docs all incorrectly point towards theAxes
methods instead.
For exampleax.plot
here links tomatplotlib.axes.Axes.plot instead ofmpl_toolkits.mplot3d.axes3d.Axes3D.plot
Suggested improvement
Not sure if there's a way to type hint this in all the example code, or somehow make Sphinx recognize this.