[ENH] Violin Plot: New widget#5252
Merged
markotoplak merged 7 commits intobiolab:masterfrom Feb 19, 2021
Merged
Conversation
67c4fa8 to
171bb87
Compare
Codecov Report
@@ Coverage Diff @@
## master #5252 +/- ##
==========================================
+ Coverage 85.19% 85.33% +0.13%
==========================================
Files 300 301 +1
Lines 60977 61773 +796
==========================================
+ Hits 51950 52714 +764
- Misses 9027 9059 +32 |
581073d to
e4f6104
Compare
Contributor
Author
irgolic
reviewed
Feb 12, 2021
91ebfc2 to
cedc3fe
Compare
Contributor
|
Icon is available once rebased. :) |
markotoplak
reviewed
Feb 18, 2021
| sorted_model.setSourceModel(self._value_var_model) | ||
| sorted_model.sort(0) | ||
|
|
||
| view = self._value_var_view = ListViewSearch() |
Member
Contributor
Contributor
Contributor
|
If the variable has only one single value, the plot remains empty. That is, the box plot is too tiny to be displayed (probably the height of the box plot is 0). In such cases, strip plot would display the points, and rug plot would be empty as well (no lines displayed). Should we set the minimum height of the box plot? Why is there no rug plot (a single line) in such case? I am using adult data in this example. |
Member
Contributor
Author
3 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.







Issue
Fixes #5215
Includes