- Notifications
You must be signed in to change notification settings - Fork301
Introduction of Boxplots with outliers#237
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Introduction of Boxplots with outliers#237
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedMar 11, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #237 +/- ##==========================================+ Coverage 68.83% 69.11% +0.27%========================================== Files 56 57 +1 Lines 4313 4439 +126 ==========================================+ Hits 2969 3068 +99- Misses 1344 1371 +27
Continue to review full report at Codecov.
|
wangjiawen2013 commentedFeb 21, 2024
Hi, do you resolve the conflicts ? |
@wangjiawen2013 I currently don't have the time to do so; I'll see if I can take a look in a few months. |
I added a Boxplot variant with outliers, but I don't know whether it's built the way you'd have liked, as I can imagine you would have liked to have it as a variant of a generic type. However, I decided to build something quick and dirty and figured you might as well think it's okay. I'm open to any suggestions, but I'm still a Rust beginner, so I'm not sure I can do exactly what you'd like.
Cheers.