Skip to content

Commit

Permalink
it might be good practice, but I the dashes interfer with my percepti…
Browse files Browse the repository at this point in the history
…on. Need to look into this
  • Loading branch information
heike committed May 25, 2024
1 parent 9bdb918 commit 9b7f487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -535,13 +535,13 @@ server <- function(input, output, session) {
geom_line(na.rm=TRUE, alpha = 0.9, linewidth = 1) +
# theme_bw() +
scale_color_manual(values = c("darkorange", "purple4")) +
scale_linetype_manual(values =c("dashed", "longdash")) + # double-encode signal
# scale_linetype_manual(values =c("dashed", "longdash")) + # double-encode signal
# scale_color_brewer(palette = "Dark2") + ## orange and green is not color-blind friendly
xlab("Position along width of Land [µm]") +
ylab("Signal [µm]") +
ggtitle("Alignment of two Lands")+
theme(
legend.position = "bottom"
legend.position = "bottom",
# axis.text=element_text(size=16),
# axis.title=element_text(size=18),
# legend.title=element_text(size=18),
Expand Down

0 comments on commit 9b7f487

Please sign in to comment.