-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: Expand stairs plot-type entry intro (reattempt) #27434
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
Conversation
galleries/plot_types/basic/stairs.py
Outdated
See `~matplotlib.axes.Axes.stairs` when plotting $y$ between $(x_i, x_{i+1})$. | ||
For plotting $y$ at $x$, see `~matplotlib.axes.Axes.step`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Um the mathtext isn't rendering as math text, so you may need to use the math directive https://sphinx-gallery.github.io/stable/auto_examples/plot_0_sin.html
Hi something like this? Sorry not too familiar with sphinx. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last thing, otherwise looks good. You can check the output of the sphinx in the ci runs - look for "view the built docs".
Co-authored-by: hannah <story645@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution, hope to see you again!
…434-on-v3.8.2-doc Backport PR #27434 on branch v3.8.2-doc (FIX: Expand stairs plot-type entry intro (reattempt))
…434-on-v3.8.x Backport PR #27434 on branch v3.8.x (FIX: Expand stairs plot-type entry intro (reattempt))
PR summary
This PR takes over #27209, which had a flake 8 line length error, and is addressed here. The previous PR was closed to rebase the changes and resolve the merge issues.
Closes #27194
PR checklist