-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Annotations improvements #4721
Annotations improvements #4721
Conversation
Its the GraphRecipes tests that fail, not Plots. |
I think I found the issue. If I understood correctly, in GraphPlots annotations are constructed in the form And could you also answer the question in the OP please? It's important for the PR. |
Well, you can't do that in a recipe since
Yes, upstream tests are only run on ubuntu.
Unfortunately we can't change that in a minor release, but one more reason more for explicit cycling, that I mentioned in #4565 |
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add bounds check in expand_extrema * Stupid mistake
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #4721 +/- ##
==========================================
+ Coverage 90.00% 90.31% +0.31%
==========================================
Files 40 40
Lines 8360 8727 +367
==========================================
+ Hits 7524 7882 +358
- Misses 836 845 +9
... and 28 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Thank you for answers, cycling indeed is important. I revised the processing, it has cycling and is still compact. Also tests are passed now, so marking as ready. |
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.
LGTM
Co-authored-by: t-bltg <[email protected]>
Good job! Thank you 🙂 |
Description
process_annotation
andlocate_annotation
tuple
s (will close [BUG] Relative positioning of annotations tuple cannot mix integer and float #4258)xlims
#2591 about PGFPlotsX crashannotate!
for 3D plots #4708, at least for GR)Figures
Generating code
In all cases master crashes, figures show PR
GR
PGFPlotsX
PythonPlot
InspectDR (2D only)
Plotly
Attribution