Skip to content

Commit

Permalink
Added error bar color is now inherited from the main plot, fix for #109
Browse files Browse the repository at this point in the history
  • Loading branch information
kassambara committed Sep 17, 2018
1 parent d037d18 commit adae314
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@

## Minor changes


## Bug fixes

- Added error bar color is now inherited from the main plot ([@JesseRop, #109](https://github.com/kassambara/ggpubr/issues/109)

# ggpubr 0.1.8


## New features

- New arguments `bxp.errorbar` added to `ggboxplot()` for adding error bars at the top of the box plots ([@ j3ypi, #105](https://github.com/kassambara/ggpubr/issues/105).
- New arguments `bxp.errorbar` added to `ggboxplot()` for adding error bars at the top of the box plots ([@j3ypi, #105](https://github.com/kassambara/ggpubr/issues/105).
- New function `stat_pvalue_manual()` for adding p-values generated elswhere ([@achamess, #81](https://github.com/kassambara/ggpubr/issues/81), [@grst, #65](https://github.com/kassambara/ggpubr/issues/65)).


Expand Down
1 change: 1 addition & 0 deletions R/ggadd.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ ggadd <- function(p, add = NULL, color = "black", fill = "white", group = 1,
{

. <- NULL
if(missing(group)) group <- NULL
# Checkpoints
#:::::::::::::::::::::::::::::::::::::::::::
if("none" %in% add) add <- "none"
Expand Down

0 comments on commit adae314

Please sign in to comment.