-
Notifications
You must be signed in to change notification settings - Fork 51
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
Corr plot module #220
Merged
Merged
Corr plot module #220
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
f61a696
fillDiagonal in correlation utils
IKrukov-HORIS 8d5253b
corr.py module
IKrukov-HORIS 879af8a
Removed format parameter
IKrukov-HORIS fd3d999
Removed _get_format method
IKrukov-HORIS 6927fcd
_tooltip_spec without format parameter
IKrukov-HORIS 4c079ab
flip = True by default
IKrukov-HORIS d1240b5
flip = True by default
IKrukov-HORIS 53912e8
flip = True by default
IKrukov-HORIS 04bbd2b
_set_diverging_palette renamed to _set_brewer_palette
IKrukov-HORIS 791deef
Using API in build
IKrukov-HORIS 9e6e822
Removed div arg
IKrukov-HORIS 2d0eee9
layers creation deferred till build
IKrukov-HORIS 6dbfcbd
Legend change: Correlation -> Corr
IKrukov-HORIS 4e74f4c
Add fill_scale
IKrukov-HORIS 0f51ad7
tiles implemented via geom_tile
IKrukov-HORIS f3495e0
Fixed tile implementation.
IKrukov-HORIS 8e4c8e5
Fix height calculation
IKrukov-HORIS 3aabfeb
coord_cartesian when tiles layer is active
IKrukov-HORIS 84d893f
tiles width / height = 0.99
IKrukov-HORIS 663666c
Additive expand 0.5
IKrukov-HORIS 0116ad0
Set fill_diagonal in StatProto
IKrukov-HORIS 7b240e9
Change parameter passing way and some defaults
IKrukov-HORIS 35dda1e
correlation matrix examples
IKrukov-HORIS 709fe1b
Fix typo in methods names
IKrukov-HORIS ce6aac2
Fix typo in demo
IKrukov-HORIS 25c24b5
Demo layout fix
IKrukov-HORIS f821be6
brewer palette legend fix
IKrukov-HORIS 80deb81
brewer palette legend fix in demo
IKrukov-HORIS 6eb36e8
brewer palette example update
IKrukov-HORIS 206be8f
add scale_fill_identity for tiles na values
IKrukov-HORIS 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
_tooltip_spec without format parameter
- Loading branch information
commit 6927fcd36c32095bd4e6411fb50e437f83a825ad
There are no files selected for viewing
This file contains 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.
What happens with text's color if user adds 'tiles' after 'labels'?