-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
ENH: Styler.text_gradient
: easy extension alternative to .background_gradient
#41098
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
Changes from 16 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
4bce0d2
new method
attack68 0816d6b
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 0120bfa
add docs
attack68 59f2b3b
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 dc26879
add docs
attack68 386c001
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 433da4e
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 e78b1ed
add tests
attack68 d6bab5d
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 2e02ce6
Merge branch 'master' into text_gradient
attack68 9d90012
whats new
attack68 1bcf943
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 7023720
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 463116f
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 82b62e3
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 db97e39
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 b250d07
shared doc string
attack68 57be4c0
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 e12e4d4
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 7813681
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 29c48ca
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 78ff74c
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 6c3cae6
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 d4e2321
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 e65c902
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 9540cbc
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 cb6f1ef
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 30b500f
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 11aa8e1
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 4d98b73
Merge remote-tracking branch 'upstream/master' into text_gradient
attack68 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.
these match the kwargs for background_gradient? if not why not
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.
can you use a shared doc-string?
Uh oh!
There was an error while loading. Please reload this page.
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.
yes they all match its the same signature. Can you use a shared doc string even if the short summary/ extended summary part, and the examples are different? I've never used a shared doc string.. any tips where one is used that I can lookup and copy?
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.
nevermind.. i figured it out and made the changes.