Skip to content

Commit

Permalink
Bugfix (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored Aug 4, 2024
1 parent a8c4221 commit 5ba5e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: miaViz
Title: Microbiome Analysis Plotting and Visualization
Version: 1.13.8
Version: 1.13.9
Authors@R:
c(person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion R/plotAbundanceDensity.R
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ setMethod("plotAbundanceDensity", signature = c(x = "SummarizedExperiment"),
flipped = FALSE,
scales_free = scales.free,
scales.free = TRUE,
angle_x_text = angle.x.test,
angle_x_text = angle.x.text,
angle.x.text = TRUE){
# start plotting
plot_out <- ggplot(density_data, aes(x=.data[["X"]])) +
Expand Down

0 comments on commit 5ba5e7c

Please sign in to comment.