-
Notifications
You must be signed in to change notification settings - Fork 251
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
Stat.dodge #1240
Stat.dodge #1240
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1240 +/- ##
==========================================
+ Coverage 85.67% 85.79% +0.11%
==========================================
Files 35 35
Lines 4085 4112 +27
==========================================
+ Hits 3500 3528 +28
+ Misses 585 584 -1
Continue to review full report at Codecov.
|
this looks great as usual. is there a better name for |
0fd42b6
to
116d9f9
Compare
This PR is ready to be merged, if there are no other suggestions. |
@tlnagy can you please comment?
i still really don't like i'd suggest just removing |
116d9f9
to
1a355f6
Compare
Ok, I removed |
thanks! |
NEWS.md
This PR:
Stat.dodge(position= , axis= )
which allows geometries, e.g. labels & errorbars, to be dodged/stackedAdds Geom.barerror(position= , axis= ) = Stat.dodge(position, axis) + Geom.errorbarStat.dodge(position=:dodge, axis=:x)
Examples
Examples of dodged bar plots with errors and labels:
Here's an example of a stacked bar plot with labels: