Skip to content

Commit

Permalink
Merge pull request #9 from teunbrand/ggplot2_3.5.0
Browse files Browse the repository at this point in the history
Fix partially matched `legend.position`
  • Loading branch information
mattmar authored Jan 19, 2024
2 parents bb678fa + c08bf90 commit fae613a
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 fae613a

Please sign in to comment.