Skip to content

Commit

Permalink
More minor aesthetic change
Browse files Browse the repository at this point in the history
Area plot text elements added for both carbon fraction and carbon amount plots
  • Loading branch information
ciara-donegan committed Mar 20, 2024
1 parent 93859b1 commit 6c6a565
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 103 deletions.
7 changes: 6 additions & 1 deletion h2/components/modules/mod_tracking.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,12 @@ tracking_server <- function(id) {
xlab("") +
ylab("Carbon Pool (Fraction)") +
theme(plot.title = element_text(size=20,face="bold"),
legend.position="bottom")
legend.title=element_text(size=16),
legend.position="bottom",
legend.text=element_text(size=12),
axis.title.y=element_text(size=14),
axis.text=element_text(size=10),
plot.margin = margin(1,1,1,1,"cm"))

# save as file
ggsave("outfile_area.jpeg",plot=area_plot,device="jpeg",
Expand Down
Binary file removed h2/outfile_area.jpeg
Binary file not shown.
Binary file removed h2/outfile_area.png
Binary file not shown.
102 changes: 0 additions & 102 deletions h2/outfile_area.svg

This file was deleted.

Binary file removed h2/outfile_bar.gif
Binary file not shown.

0 comments on commit 6c6a565

Please sign in to comment.