-
Notifications
You must be signed in to change notification settings - Fork 47
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
Added Horizontal plots and various additional features, documentation, tutorial, tests, and improving code clarity #193
Merged
Merged
Changes from 45 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
377adab
Starting edits to add horizontal plots
JAnns98 9f2cced
Further edits to horizontal plotting functionality
JAnns98 f7bf14f
Further additions to horizontal plot functionality part 2
JAnns98 2f72fc0
Added barplot functionality to horizontal plots
JAnns98 f893736
delta-delta and mini meta addition to horizontal plots
JAnns98 7ab566e
Sankey functionality added to horizontal plots
JAnns98 9e3ec9e
Major updates to trimming functions and moving code to appropriate lo…
JAnns98 b613a2f
Further edits to plotter and misc_tools and plot_tools functions. Add…
JAnns98 df6a5de
updates to plotter
JAnns98 6feefa2
Minor edits to maintain correct xlim and ylims after plotting functions
JAnns98 9cadefb
Added Jitter kwarg to slopegraph_kwargs for paired data
JAnns98 068d3f8
Word change
JAnns98 d572de9
adding additional xlim reset to contrast_axes
JAnns98 2c59934
New test images
JAnns98 523f9dd
Updated nbdev
JAnns98 1c639f1
Update README.md
JAnns98 eae1792
Credited help from GitHub user for jitter and edits to adjust table d…
JAnns98 f439607
Bug fixes in delta text, summary bars, and swarm bars. Also added add…
JAnns98 0555d22
Added tutorial for horizontal plots and the plot aesthetic changes (c…
JAnns98 d5cb841
Small modifications to tutorial notebook for plot aesthetics
JAnns98 6ae54d5
Removed redundant code
JAnns98 907c965
Modified ylim of horizontal plot for delta-delta, mini-meta, and sank…
JAnns98 29a1e11
Edits to gridkey and code that is impacted by it (remove spines if gr…
JAnns98 41306f5
Added changes From Sangyu's PR for gridkey auto parser
JAnns98 adf9151
updated color selection for swarm bars, contrast bars, and delta text…
JAnns98 6c60a58
Updated Gridkey function for horizontal plot and delta-delta and mini…
JAnns98 62b1145
Fixes to delta-delta spine in paired condition and added tutorial inf…
JAnns98 d768b60
Added gridkey kwargs and some more tutorial info for gridkey
JAnns98 bb090ae
Added gap_width_percent to group_summary_kwargs so that users can spe…
JAnns98 02140b1
minor edits to remove redundant code
JAnns98 fa60e76
Added tutorial for group_summaries (gapped lines) and added more kwar…
JAnns98 99ce716
Added tests for gridkey, horizontal plots, delta text, summary bars, …
JAnns98 c72f0de
Added a kwarg to horizontal plots to hide the table ax
JAnns98 d2848cf
Added additional kwarg, tutorial details, and tests for delta dots.
JAnns98 5b9430f
Reran tutorials to update the images with the new aesthetic changes
JAnns98 36ac2b5
Added some tests and updated summary bars to allow full ax span or st…
JAnns98 b1c78bc
Add counts to prop plots feature and added tests and tutorial details…
JAnns98 28b23e5
Fixed legend location for horizontal plots and added a bbox kwarg for…
JAnns98 f01024c
Add es_paired_lines and es_paired_lines_kwargs, and added tutorial an…
JAnns98 fdcfa0c
minor code edits
JAnns98 b2e4dab
Adjusted alpha values for swarm and contrast bars
JAnns98 d254128
fixed color selector for contrast and swarm bars to work properly wit…
JAnns98 71d0d93
More documentation
JAnns98 9ebbe4d
Added control lines for the horizontal table ax
JAnns98 79f2883
Minor tutorial edits
JAnns98 8757b26
Bug fix for custom palette dictionary in delta delta use case
JAnns98 cada3ca
Minor kwarg name change for delta_text_kwargs
JAnns98 aa61ed2
Merge branch 'vnbdev' into feat-horizontal-plots
Jacobluke- File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# DABEST-Python | ||
|
||
|
||
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! --> | ||
|
||
[![minimal Python | ||
|
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
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
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
Oops, something went wrong.
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.
Ayy this one is better than mine