Skip to content

Commit

Permalink
Bugfix in dna_barplot.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHenrichsen committed Jan 25, 2024
1 parent 8652e7f commit ae1cdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rDNA/rDNA/R/rDNA.R
Expand Up @@ -2229,7 +2229,7 @@ autoplot.dna_barplot <- function(object,
if (binary) { # Bars for the binary case
g <- g + ggplot2::geom_bar(ggplot2::aes(fill = .data[["color"]],
color = .data[["text_color"]]),
stat = .data[["identity"]],
stat = "identity",
width = barWidth,
show.legend = FALSE)
# For the integer case with positive and negative values
Expand Down

0 comments on commit ae1cdc3

Please sign in to comment.