Skip to content

Commit

Permalink
Fix partial match legend.position
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Jan 17, 2024
1 parent bb678fa commit c08bf90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vignettes/dynamAedes_01_punctual.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ geom_line(linewidth=0.8) +
labs(x="Date", y="Interquantile range abundance", col="Stage", fill="Stage") +
facet_wrap(~stage, scales = "free_y") +
theme_light() +
theme(legend.pos="bottom",
theme(legend.position="bottom",
text = element_text(size=16),
strip.text = element_text(face = "italic"))
Expand Down
2 changes: 1 addition & 1 deletion vignettes/dynamAedes_02_local.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ geom_line(linewidth=0.8) +
labs(x="Date", y="Interquantile range abundance", col="Stage", fill="Stage") +
facet_wrap(~stage, scales = "free_y") +
theme_light() +
theme(legend.pos="bottom",
theme(legend.position="bottom",
text = element_text(size=16),
strip.text = element_text(face = "italic"))
```
Expand Down
2 changes: 1 addition & 1 deletion vignettes/dynamAedes_03_regional.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ geom_line(linewidth=0.8) +
labs(x="Date", y="Interquantile range abundance", col="Stage", fill="Stage") +
facet_wrap(~stage, scales = "free_y") +
theme_light() +
theme(legend.pos="bottom",
theme(legend.position="bottom",
text = element_text(size=16),
strip.text = element_text(face = "italic"))
```
2 changes: 1 addition & 1 deletion vignettes/dynamAedes_04_uncompModel.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ geom_line(linewidth=0.8) +
ylim(0,10)+
labs(x="Date", y="Interquantile range abundance", col="Stage", fill="Stage") +
theme_classic() +
theme(legend.pos="bottom",
theme(legend.position="bottom",
text = element_text(size=16),
strip.text = element_text(face = "italic"))
Expand Down

0 comments on commit c08bf90

Please sign in to comment.