Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
https://matplotlib.org/stable/gallery/widgets/radio_buttons.html
I found on this docs page an example leading to an error. the option "steps" in line 36 is not implemented in "line styles" at https://github.com/matplotlib/matplotlib/blob/main/lib/matplotlib/lines.py
No response
The text was updated successfully, but these errors were encountered:
Fix invalid value in radio buttons example
7867d90
Closes matplotlib#23239.
315c0ca
771373d
Successfully merging a pull request may close this issue.
Documentation Link
https://matplotlib.org/stable/gallery/widgets/radio_buttons.html
Problem
I found on this docs page an example leading to an error. the option "steps" in line 36 is not implemented in "line styles" at https://github.com/matplotlib/matplotlib/blob/main/lib/matplotlib/lines.py
Suggested improvement
No response
The text was updated successfully, but these errors were encountered: