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

Boxplot dodging #1246

Merged
merged 1 commit into from
Feb 3, 2019
Merged

Boxplot dodging #1246

merged 1 commit into from
Feb 3, 2019

Conversation

Mattriks
Copy link
Member

@Mattriks Mattriks commented Jan 30, 2019

  • I've updated the documentation to reflect these changes
  • I've added and/or updated the unit tests
  • I've run the regression tests
  • I've built the docs and confirmed these changes don't cause new errors

This PR:

Example

using Compose, Gadfly, RDatasets
mpg = dataset("ggplot2","mpg")
p1 = plot(mpg, x=:Class, y=:Hwy, color=:Class, Geom.boxplot, Theme(boxplot_spacing=0.3cx) )
p2 = plot(mpg, x=:Class, y=:Hwy, color=:Drv, Geom.boxplot,
    Guide.colorkey(labels=["front", "4-wheel\t\t","rear"]),
    Theme(boxplot_spacing=0.1cx) )
vstack(p1, p2)

boxplot

@codecov-io
Copy link

Codecov Report

Merging #1246 into master will increase coverage by 0.11%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1246      +/-   ##
==========================================
+ Coverage    85.6%   85.72%   +0.11%     
==========================================
  Files          35       35              
  Lines        4112     4118       +6     
==========================================
+ Hits         3520     3530      +10     
+ Misses        592      588       -4
Impacted Files Coverage Δ
src/geom/boxplot.jl 100% <ø> (+7.14%) ⬆️
src/statistics.jl 90.6% <100%> (+0.15%) ⬆️

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 a4686b6...8f6f52d. Read the comment docs.

@Mattriks
Copy link
Member Author

Mattriks commented Feb 3, 2019

This is ready to merge.

@bjarthur bjarthur merged commit 13cf145 into GiovineItalia:master Feb 3, 2019
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.

Better support the color aesthetic on boxplots
3 participants