-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Contour line labels #1815
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
Merged
Merged
Contour line labels #1815
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
468ef5d
put all contour lines into one group (so we can clip it later)
alexcjohnson 88cc33c
collect contour clipPath in the main <defs>
alexcjohnson ee7a839
more standard format for contour constants
alexcjohnson b56f4ea
move lineIntersect -> Lib.geometry2d
alexcjohnson d534fb2
segmentDistance and tests of geometry2d
alexcjohnson d1e3448
contour line label basic functionality
alexcjohnson b8c75c0
better test of alternate Drawing.font syntax
alexcjohnson 2f3a712
use contour/attributes in contourcarpet/attributes
alexcjohnson 6299303
pull path measurement routines out into Lib
alexcjohnson 99f39f8
allow contour labels even without lines
alexcjohnson d518c83
simple contour label position optimization
alexcjohnson 27f8cfe
use axis formatting for contour labels
alexcjohnson 221b124
include label attrs in contourcarpet to avoid errors but they're noops
alexcjohnson ca1cced
location -> loc (window global potential confusion)
alexcjohnson d52cfba
scale min path length for contour labels to width + height
alexcjohnson 0f37648
:cow2: remove obsolete regexp
alexcjohnson 62156dd
:hocho: long-obsolete cache object
alexcjohnson 539ca22
Drawing.bBox "inTester" mode for quicker testing of dummy elements
alexcjohnson 2116a12
contours.font -> contours.labelfont
alexcjohnson e1880c1
more permissive Drawing.bBox test
alexcjohnson 14c832e
image tests of contour labels
alexcjohnson 1bbdf59
contour line-colored label test
alexcjohnson e5a2f91
use `editTypes` for contour/contourcarpet-specific attributes
alexcjohnson cbdf795
no editType nesting - just docalc on editing full containers
alexcjohnson 4db549c
:hocho: obsolete import
alexcjohnson fb4b690
refactor contour/plot for smaller functions
alexcjohnson b0f9bb2
updated contour_edge_cases baseline
alexcjohnson e1caa9e
unify contour.style and contourcarpet.style
alexcjohnson 0ff2dc4
cover contour edge cases with contourcarpet
alexcjohnson f5873f1
fix contour style when coloring=none
alexcjohnson b5a674f
a little more stuff contourcarpet can inherit from contour
alexcjohnson 1f85a6f
fix carpet plot clip path
alexcjohnson 6c2043e
:hocho: some obsolete code in carpet/plot
alexcjohnson bbb9574
update histogram2dcontour for contour.plot API change
alexcjohnson 9495dee
nest scattercontour lines inside a contourlines group
alexcjohnson 7f086e0
fixup font->labelfont in contourcarpet
alexcjohnson 49b8141
labels on contourcarpet
alexcjohnson 8934038
update comment on contourcarpet label bounds
alexcjohnson dbeecd0
update baselines for findBestTextLocation bugfix
alexcjohnson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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!