Skip to content

Commit dda23c0

Browse files
MouksassiMouksassi
authored andcommitted
fixing in his file
Merge branch 'main' of https://github.com/smouksassi/ggquickeda # Conflicts: # R/ggresponseexpdist.R
2 parents 889066c + 4164ddc commit dda23c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ggresponseexpdist.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1787,7 +1787,7 @@ if(!exposure_distribution_percent=="none"){
17871787
drop=FALSE,na.value = "grey50")+
17881788
ggplot2::scale_fill_manual( values = c("#4682AC","#FDBB2F","#EE3124","#336343","#7059a6", "#803333",
17891789
"#2F71FD","#093B6D","#EF761B","#279594"),
1790-
drop=FALSE,na.value = "grey50")+
1790+
drop=FALSE,na.value = "grey50")+
17911791
ggplot2::theme(strip.background = ggplot2::element_rect(fill="#475c6b"),
17921792
strip.text = ggplot2::element_text(face = "bold",color = "white"))
17931793

0 commit comments

Comments
 (0)