Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
2D Normalization & Colormapping for ScalerMappables#8738
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
Uh oh!
There was an error while loading.Please reload this page.
Closed
Changes from1 commit
Commits
Show all changes
35 commits Select commitHold shift + click to select a range
201dc2a
Initailize class 2D norm
patniharshit7217536
Change name of class to BivariateNorm, take normalizer instances sepa…
patniharshit0178730
Bivariate works with imshow, pcolor, pcolormesh, pcolorfast
patniharshit575a244
add blank line between bivariate classes
patniharshit8425637
Add support for bivariate in scatter
patniharshit4a5831d
Fix missing norm2 in BivaraiteNorm
patniharshit85df736
Fixed bug in if condition bivariate mapping
patniharshit8e1bc63
Add autoscale, autoscale_None, scaled methods for BivariateNorm
patniharshita9aace3
trying to show ticks and labels on both x and y axis
patniharshit55a7a68
commented outline code, changed gridspace to show sqaure colorbar
patniharshitc2eb617
2d colorbar printing now
patniharshitdaef751
Add code for Colorsquare
patniharshit96af3d3
Modify axis aspect and fraction for colorsquare
patniharshit9285372
fix failing commits
patniharshit01b5932
Change PEP8 violations
patniharshit28288e2
Revert isBivari, remove classic locator
patniharshitca2b111
Subclass normalizers from Abstract Base Class
patniharshit75b4eba
move _ticker function inside update_ticks
patniharshitbf65847
move _ticker function inside update_ticks
patniharshitf9dc4b1
remove cmap in imshow and pcolorfast
patniharshit8a985f0
Defer call to norm and cmap in imshow
patniharshit8f6928d
Fix bivariate handling with pcolormesh
patniharshitd54cb44
Make pcolor work with bivariate
patniharshit4d03552
Do 2D->1D mapping in call method of colormap
patniharshit2573610
Use list comprehensions to ravel
patniharshit9228480
Reflect on reviews
patniharshit5c8dc65
Update docstrings
patniharshit21ea65f
Add bivariate example
patniharshitb8d43a9
Treat one as slightly less than one
patniharshit7681d14
Change conditions for bivar
patniharshit59f56af
Add image comparison test for bivariate
patniharshitf98978f
Update is_bivar condition to expect either BivariateNorm or Bivariate…
patniharshit75a289f
Add line continuation in docstrings
patniharshit7803974
Debug doc build fail
patniharshite40c87b
Add missing symbols in docs
patniharshitFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Add line continuation in docstrings
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit75a289fcbfcf8f772b80de689c3faaa71191cbdb
There are no files selected for viewing
18 changes: 10 additions & 8 deletionslib/matplotlib/axes/_axes.py
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.