-
Notifications
You must be signed in to change notification settings - Fork 280
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
BUG: fix LaTeX typesetting for fractional ylabels in LinePlot #3637
Conversation
The fact that this passed the answer job shows that it's not yet fixing the targeted problem. |
7ace649
to
7971b48
Compare
Got the right fix, rebased. |
7971b48
to
4284566
Compare
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.
Happy about the changes if the answers are bumped!
done in yt-project/answer-store#26 |
@matthewturk, @cphyc, any chance you could merge the answer store PR ? |
merged |
@meeseeksdev backport to yt-4.0.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove If these instruction are inaccurate, feel free to suggest an improvement. |
the conflict for this one is in the answer-store submodule. Most likely we need to merge #3644 first and then we'll be able to backport this one. |
BUG: fix LaTeX typesetting for fractional ylabels in LinePlot
PR Summary
Goal: fix #3636
I'm cargo culting a bit here, so I'll open as a draft.