Skip to content
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

Actually implement boxplots #137

Merged
merged 14 commits into from
May 21, 2019
Merged

Actually implement boxplots #137

merged 14 commits into from
May 21, 2019

Conversation

fedarko
Copy link
Collaborator

@fedarko fedarko commented May 21, 2019

These might be a little sketchy (see #136), but they're ready for at least experimental use.

fedarko and others added 14 commits May 19, 2019 20:43
This is kinda complex logistically, but it shouldn't be too difficult
now that I have it all planned out.
nothing significant -- just committing so that this isn't lost
when i switch to master
Progress on #11. actually not too bad.
Will make boxplot stuff a bit easier (since that calls for
defining the "median" parameter of the mark)
used for hiding these during boxplot stuff
Only outstanding TODOs are 1) testing, 2) more testing and 3) figuring
out a good way to handle switching back the colors once boxplot mode
is over.
This prevents the page layout from needlessly jumping up and down

Also I think it helps make clearer what's going on
This resolves the concerns about this stuff I had for #11. Mostly.

Aside from tests, I'd like to consolidate the code for this -- a few
multiline blocks reused around the place.
:D

I'm gonna say that this officially closes #11. I'll track
swarm / violin plots in a new issue.

Also I should add more tests for boxplots -- will document in #2.
I mean, so is a lot of stuff here, but boxplots are esp. dicey
(for now at least).
this will be stored in the repo history for posterity, at least.

[ci skip]
@fedarko fedarko merged commit 77d5819 into master May 21, 2019
@codecov-io
Copy link

codecov-io commented May 21, 2019

Codecov Report

Merging #137 into master will decrease coverage by 3.98%.
The diff coverage is 10.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #137      +/-   ##
==========================================
- Coverage   73.41%   69.42%   -3.99%     
==========================================
  Files          13       13              
  Lines         692      736      +44     
  Branches      119      129      +10     
==========================================
+ Hits          508      511       +3     
- Misses        165      206      +41     
  Partials       19       19
Impacted Files Coverage Δ
rankratioviz/generate.py 94.53% <100%> (+0.08%) ⬆️
rankratioviz/support_files/js/display.js 50% <4.65%> (-7%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ccd314...f95950a. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants