-
-
Notifications
You must be signed in to change notification settings - Fork 328
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
implement contour labels #2496
implement contour labels #2496
Conversation
126ea7c
to
788b028
Compare
0af7c32
to
6188208
Compare
2571c43
to
785444c
Compare
@jkrumbiegel, I'm a bit stuck in 3D. |
6bb60a9
to
2cf1bfd
Compare
What do the wrong boundingboxes look like? Could also always still be a bug with space=:pixel I guess, unless you think the boundingboxes themselves are wrong somehow |
This comment was marked as outdated.
This comment was marked as outdated.
9033f17
to
44b628f
Compare
This comment was marked as outdated.
This comment was marked as outdated.
If I remove the This explains at least why the label masking in 3D doesn't appear: I think a masked line is drawn on top of an un-masked line (before the projection matrix changes, wrong bboxes), thus hiding the masking effect. |
Ah Axis3 probably just doesn't ignore limits of plots with space=:pixel yet, there's still stuff to clean up. On the second image the boxes don't look too bad right? Although not all of them are filled? |
oh, this is a good one!. A pitty that is still not ready to merge. |
What makes you say it isn't ? |
apologies, maybe my mistake, I just saw the CI failing. And your 3d wireframe example, I don't see the current example working. |
@t-bltg mind if I merge master in? |
No worries. The up-to-date examples (2D/3D) are in the first post (#2496 (comment)). The failing CI is due to missing references images, which need to be merged by a maintainer. |
Pending CI, can we get this PR in ? |
Thank you so much for this great PR :) Sorry for taking so long... |
Amazing, and many thanks to @jkrumbiegel for the hints and guidance towards (hopefully) quality code ! |
Description
Fix #832.
Very early stage implementation, much to be discussed.2D
3D
currently failing, transformation or projection issue, comments welcome :)checkfix contour3dType of change
Delete options that do not apply:
Checklist