Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update axislines.py#27079

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
Vinith11 wants to merge1 commit intomatplotlib:mainfromVinith11:Vinith11-patch-1
Closed

Update axislines.py#27079

Vinith11 wants to merge1 commit intomatplotlib:mainfromVinith11:Vinith11-patch-1

Conversation

Vinith11
Copy link

Removed _api.warn_deprecated("3.7", message="x=None is deprecated") and Replaced with raise ValueError("x=None is not supported")

PR summary

This PR, titled "Title of Your PR," addresses issue#26962. It [briefly describe why the change is necessary and what problem it solves]. It includes [summarize the main changes made in this PR].

PR checklist

Removed  _api.warn_deprecated("3.7", message="x=None is deprecated") and Replaced with raise ValueError("x=None is not supported")
_api.warn_deprecated(
"3.7", message=f"{loc=!r} is incompatible with "
"{nth_coord=}; support is deprecated since %(since)s")
raise ValueError("x=None is not supported")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Where did this error message come from? It seems unrelated to the checks that are guarding it, what isx?

I think the message should likely bef"{loc=!r} is incompatible with {nth_coord=}"

timhoffm reacted with thumbs up emoji
@Vinith11Vinith11 closed this by deleting the head repositoryOct 14, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ksundenksundenksunden requested changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

[MNT]: Remove 3.7-deprecated API
2 participants
@Vinith11@ksunden

[8]ページ先頭

©2009-2025 Movatter.jp