-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Refactor guide styling #5554
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
Refactor guide styling #5554
Changes from 17 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
7f4a6a8
add more legend theme settings
teunbrand 6751a66
remove elements as part of guide construction
teunbrand 36136a3
add `theme` as required guide parameter
teunbrand 3425f5b
bequeath axes with `theme` argument
teunbrand 4f37180
wire `theme` into legends
teunbrand bf70ff9
impart `theme` upon colourbars
teunbrand de32582
entrust bins guide with `theme`
teunbrand 854bca7
replacement utility
teunbrand 21a000b
redocument
teunbrand 72bcd1c
small tweaks
teunbrand 3783e2e
backward compatibility mechanism
teunbrand 9f8c0a7
add news bullet
teunbrand f2b872a
update tests
teunbrand d35f5be
Separate colourbar/coloursteps constructors
teunbrand ec87aa3
themes have default `legend.key.spacing`
teunbrand 064bdcd
doc fixes
teunbrand 014641d
resolve merge conflict
teunbrand 86efab5
Merge branch 'main' into guide_themes
teunbrand 2d9e7fc
add `theme` to stacked axis
teunbrand 33897ae
There is no need for `justify_grobs()`
teunbrand 8470aa2
resolve merge conflict
teunbrand 4ee4cfb
update `replace_null()`
teunbrand 6530b3c
fix examples
teunbrand 9b2ae17
resolve merge conflict
teunbrand a14493b
adapt to latest changes
teunbrand b16a1bb
rename argument
teunbrand dad2815
Fix typo
teunbrand 23b74f2
no need to use `justify_grobs()`
teunbrand 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
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
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
Oops, something went wrong.
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.
This is the crucial step.