diff --git a/commit_analysis/plotting/ww-bots-plot-script.R b/commit_analysis/plotting/ww-bots-plot-script.R index a254bd2..c2c5598 100644 --- a/commit_analysis/plotting/ww-bots-plot-script.R +++ b/commit_analysis/plotting/ww-bots-plot-script.R @@ -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) diff --git a/commit_analysis/plotting/ww-plot-script.R b/commit_analysis/plotting/ww-plot-script.R index cce8c0c..7016e8e 100644 --- a/commit_analysis/plotting/ww-plot-script.R +++ b/commit_analysis/plotting/ww-plot-script.R @@ -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) diff --git a/mgaughan-rstudio-server_25674159.out b/mgaughan-rstudio-server_25674159.out new file mode 100644 index 0000000..05acc6c --- /dev/null +++ b/mgaughan-rstudio-server_25674159.out @@ -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 diff --git a/ww-figures/ww-0501-bot-commits-faceted.png b/ww-figures/ww-0501-bot-commits-faceted.png index 9bcb513..fb4dde8 100644 Binary files a/ww-figures/ww-0501-bot-commits-faceted.png and b/ww-figures/ww-0501-bot-commits-faceted.png differ diff --git a/ww-figures/ww-0501-commits-faceted.png b/ww-figures/ww-0501-commits-faceted.png index eb5b351..a0e4930 100644 Binary files a/ww-figures/ww-0501-commits-faceted.png and b/ww-figures/ww-0501-commits-faceted.png differ