-
Notifications
You must be signed in to change notification settings - Fork 19
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
ENH: Add raincloud plot capabilities #118
Conversation
Re nipreps/mriqc#1216 (comment)
@oesteban Would need data to finish this: figure out how scalar maps are provided or how the data would be stored as TSV files from upstream processes ( |
f470930
to
ec97594
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #118 +/- ##
==========================================
+ Coverage 57.85% 59.52% +1.66%
==========================================
Files 20 20
Lines 2074 2174 +100
Branches 365 383 +18
==========================================
+ Hits 1200 1294 +94
- Misses 788 789 +1
- Partials 86 91 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@oesteban Adding more customizations to this can be left for separate PRs. Dealing with the Data contains NaNs (marked as black dots) Data contains both NaNs (marked as black dots) and off-limit values (marked as gray dots and by the excessive density around the limits -values are clipped, not removed) |
9ad12a1
to
487474b
Compare
487474b
to
e6ac5f1
Compare
Add raincloud plot capabilities and demonstrate on the FA values of computed on a DWI volume across different tissue types. Add the corresponding tests. Add a `utils.py` helper module to the `tests` module. Contains a function to create random data used by the added tests.
e6ac5f1
to
b8337fb
Compare
@oesteban I am unsure about the relevance of this now, as I have seen that the group reports that you already have available in So if the latter are generated from |
I think this can come handy at some point, I can't see a reason to pull it back now :) |
Add raincloud plot capabilities and demonstrate on the FA values of computed on a DWI volume across different tissue types.