Skip to content

[Doc]: Sphinx gallery links mispointed for Axes3D methods  #28250

@scottshambaugh

Description

@scottshambaugh

Documentation Link

https://matplotlib.org/devdocs/gallery/mplot3d/lines3d.html#sphx-glr-gallery-mplot3d-lines3d-py

Problem

The Axes3D methods which are automatically linked in example code in the docs all incorrectly point towards the Axes methods instead.

For example ax.plot here links to matplotlib.axes.Axes.plot instead of mpl_toolkits.mplot3d.axes3d.Axes3D.plot
image

Suggested improvement

Not sure if there's a way to type hint this in all the example code, or somehow make Sphinx recognize this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions