-
Notifications
You must be signed in to change notification settings - Fork 50
Added empty_circle plot aesthetic #174
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 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c764dce
Updated empty_circle to allow color_col to be adjusted for deltadelta
sunroofgod 7c84ae3
Added empty_circle as a plot_kwarg for plotting
sunroofgod 458c3aa
Updated formatting
sunroofgod e2da55d
Added input parameter validation for new filled parameter
sunroofgod 0e79e1c
Added unit tests for new filled parameter for swarmplot
sunroofgod 397faac
Added baseline images for empty_circle plot aesthetic
sunroofgod a359186
Added baseline image tests for empty_circle plot aesthetic
sunroofgod 6cc19f8
Updated summary lines for swarm_side='right'
sunroofgod 508bd49
Updated summary lines for swarm_side='right'
sunroofgod c71a4ee
Resolve merge conflicts wrt asymmetric swarmplots and vnbdev branch
sunroofgod 319f513
Fixed bug involving empty_circle filled dots feature not working as i…
sunroofgod 8e63177
Merge pull request #176 from ACCLAB/v2024.03.29
Jacobluke- 085a006
Merge pull request #177 from ACCLAB/v2024.03.29
Jacobluke- 97585d1
Merge pull request #178 from ACCLAB/v2024.03.29
Jacobluke- ff3a06f
Updated swarmplot to produce legends if plotting by hue column
sunroofgod 9f33da3
Updated errorbar handling of xspans to properly account for when hue …
sunroofgod 8edb941
Updated errorbar handling of xspans to properly account for when hue …
sunroofgod 4b928b7
Updated swarmplot to produce legends if plotting by hue column
sunroofgod d712e8e
Fix non-string input issue
Jacobluke- e5b26a1
Fix an error causing xtick label wrong
Jacobluke- 001fa49
Merge remote-tracking branch 'upstream/master' into feat-asymmetric-s…
Jacobluke- df50e25
Resolve conflicts for empty_circle and Seaborn params
Jacobluke- 533797c
Regenerate test image baseline
Jacobluke- 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
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.
The original code is related to bug fixes of issue #108. Currently investigating