1
0

updated the aspect ratios of plots for ww

This commit is contained in:
Matthew Gaughan 2025-05-01 14:28:24 -07:00
parent 4545e09cfc
commit dd69880b65
5 changed files with 25 additions and 8 deletions

View File

@ -74,9 +74,9 @@ new_unaff_authors <- new_authors_long_df |>
theme_bw() +
theme(
legend.position = "top",
plot.title = element_text(size = 24, face = "bold"), # Increase title font size
axis.title.x = element_text(size = 18), # Increase x-axis title font size
axis.title.y = element_text(size = 18), # Increase y-axis title font size
plot.title = element_text(size = 18, face = "bold"), # Increase title font size
axis.title.x = element_text(size = 16), # Increase x-axis title font size
axis.title.y = element_text(size = 16), # Increase y-axis title font size
axis.text.x = element_text(size = 16), # Increase x-axis text font size
axis.text.y = element_text(size = 16), # Increase y-axis text font size
legend.text = element_text(size = 16), # Increase legend text font size
@ -91,4 +91,4 @@ new_unaff_authors <- new_authors_long_df |>
new_unaff_authors
ggsave(filename = "ww-0501-bot-commits-faceted.png", plot = new_unaff_authors, width = 12, height = 9, dpi = 800)
ggsave(filename = "ww-0501-bot-commits-faceted.png", plot = new_unaff_authors, width = 15, height = 9, dpi = 800)

View File

@ -64,9 +64,9 @@ commit_authors <- long_df |>
theme_bw()+
theme(
legend.position = "top",
plot.title = element_text(size = 24, face = "bold"), # Increase title font size
axis.title.x = element_text(size = 18), # Increase x-axis title font size
axis.title.y = element_text(size = 18), # Increase y-axis title font size
plot.title = element_text(size = 18, face = "bold"), # Increase title font size
axis.title.x = element_text(size = 16), # Increase x-axis title font size
axis.title.y = element_text(size = 16), # Increase y-axis title font size
axis.text.x = element_text(size = 16), # Increase x-axis text font size
axis.text.y = element_text(size = 16), # Increase y-axis text font size
legend.text = element_text(size = 16), # Increase legend text font size
@ -80,4 +80,4 @@ commit_authors <- long_df |>
)))
commit_authors
ggsave(filename = "ww-0501-commits-faceted.png", plot = commit_authors, width = 12, height = 9, dpi = 800)
ggsave(filename = "ww-0501-commits-faceted.png", plot = commit_authors, width = 15, height = 9, dpi = 800)

View File

@ -0,0 +1,17 @@
1. SSH tunnel from your workstation using the following command:
ssh -N -L 8787:n3439:48463 mjilg@klone.hyak.uw.edu
and point your web browser to http://localhost:8787
2. log in to RStudio Server using the following credentials:
user: mjilg
password: idRgAxPCeB7oqf8UX/Lu
When done using RStudio Server, terminate the job by:
1. Exit the RStudio Session ("power" button in the top right corner of the RStudio window)
2. Issue the following command on the login node:
scancel -f 25674159

Binary file not shown.

Before

Width:  |  Height:  |  Size: 738 KiB

After

Width:  |  Height:  |  Size: 802 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 743 KiB

After

Width:  |  Height:  |  Size: 802 KiB