Skip to content

Commit

Permalink
Merge pull request #287 from OHDSI/plot_temporal_symmetry_updated
Browse files Browse the repository at this point in the history
Update plotSequenceRatios.R
  • Loading branch information
xihang-chen authored Nov 27, 2024
2 parents fbde3d5 + 437ee07 commit 14887fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/plotSequenceRatios.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ plotSequenceRatios <- function(result,
ggplot2::labs(title = plotTitle) +
ggplot2::coord_flip() +
ggplot2::theme_bw() +
ggplot2::geom_hline(yintercept = 1, linetype = 2) +
ggplot2::scale_shape_manual(values = rep(19, 5)) +
ggplot2::scale_colour_manual(values = custom_colors) +
ggplot2::theme(panel.border = ggplot2::element_blank(),
axis.line = ggplot2::element_line(),
Expand Down Expand Up @@ -127,6 +129,8 @@ plotSequenceRatios <- function(result,
ggplot2::labs(title = plotTitle) +
ggplot2::coord_flip() +
ggplot2::theme_bw() +
ggplot2::geom_hline(yintercept = 1, linetype = 2) +
ggplot2::scale_shape_manual(values = rep(19, 5)) +
ggplot2::scale_colour_manual(values = custom_colors) +
ggplot2::theme(panel.border = ggplot2::element_blank(),
axis.line = ggplot2::element_line(),
Expand Down

0 comments on commit 14887fb

Please sign in to comment.