Skip to content

Commit

Permalink
Change target line to dotted.
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoej committed Feb 26, 2024
1 parent 3625c8f commit 5ac9724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/qic.plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ plot.qic <- function(x, title, ylab, xlab, subtitle, caption, part.labels,
colour = col1,
na.rm = T,
# size = 1,
linetype = 2)
linetype = 3)

p <- p +
geom_line(aes_(y = ~ cl, linetype = ~ runs.signal, colour = ~ linecol),
Expand Down

0 comments on commit 5ac9724

Please sign in to comment.