Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: correct return type for axline #27504

Merged
merged 1 commit into from Dec 12, 2023
Merged

Conversation

rcomer
Copy link
Member

@rcomer rcomer commented Dec 12, 2023

PR summary

axline returns an AxLine instance.

In [3]: ax.axline((0, 0), (1, 1))
Out[3]: <matplotlib.lines.AxLine at 0x7f5bf0a1ed10>

PR checklist

@timhoffm timhoffm merged commit f5741e4 into matplotlib:main Dec 12, 2023
31 of 32 checks passed
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Dec 12, 2023
@rcomer rcomer deleted the axline-return branch December 12, 2023 14:21
oscargus added a commit that referenced this pull request Dec 12, 2023
…504-on-v3.8.x

Backport PR #27504 on branch v3.8.x (DOC: correct return type for axline)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants