FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Introduction of Boxplots with outliers by tobiasvandriessel · Pull Request #237 · plotters-rs/plotters · GitHub

Introduction of Boxplots with outliers - #237

Open
tobiasvandriessel wants to merge 5 commits into
plotters-rs:masterfrom
tobiasvandriessel:boxplot_outliers
Open

Introduction of Boxplots with outliers#237
tobiasvandriessel wants to merge 5 commits into
plotters-rs:masterfrom
tobiasvandriessel:boxplot_outliers

Conversation

Copy link
Copy Markdown

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.

codecov Bot commented Mar 11, 2021
edited
Loading

Copy link
Copy Markdown

Codecov Report

Merging #237 (32a577e) into master (96d5184) will increase coverage by 0.27%.
The diff coverage is 85.50%.

@@            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     
Impacted Files Coverage Δ
src/element/mod.rs 33.33% <ø> (ø)
src/element/boxplot_outliers.rs 85.50% <85.50%> (ø)
src/chart/axes3d.rs 55.78% <0.00%> (-3.16%) ⬇️
src/coord/ranged3d/projection.rs 73.86% <0.00%> (-1.14%) ⬇️
src/chart/series.rs 61.70% <0.00%> (-1.07%) ⬇️
src/coord/ranged1d/combinators/logarithmic.rs 60.41% <0.00%> (-1.05%) ⬇️
src/chart/mesh.rs 34.78% <0.00%> (-0.97%) ⬇️
src/chart/context.rs 82.83% <0.00%> (-0.47%) ⬇️
src/coord/ranged1d/types/numeric.rs 86.08% <0.00%> (-0.12%) ⬇️
src/data/float.rs 93.75% <0.00%> (-0.10%) ⬇️
... and 4 more

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 96d5184...32a577e. Read the comment docs.

Copy link
Copy Markdown

Hi, do you resolve the conflicts ?

Copy link
Copy Markdown
Author

@wangjiawen2013 I currently don't have the time to do so; I'll see if I can take a look in a few months.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL