From b4e1b19219b993d428b7572ab2f3d5c11c1b7da0 Mon Sep 17 00:00:00 2001 From: mathiashole Date: Mon, 26 Aug 2024 16:04:33 -0300 Subject: [PATCH 1/3] add scale viridis --- the_best_plot.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/the_best_plot.R b/the_best_plot.R index e27bfbd..e3983e1 100644 --- a/the_best_plot.R +++ b/the_best_plot.R @@ -4,4 +4,5 @@ library(ggplot2) # Aca hago un grafico ggplot(data = ToothGrowth, aes( x = supp, y = len, fill = dose) ) + - geom_col(position = "dodge") + geom_col(position = "dodge") + + scale_fill_viridis_c(option = "A") From 0e424301dc41d352c14ebbe221dcde47cf9d12fc Mon Sep 17 00:00:00 2001 From: mathiashole Date: Mon, 26 Aug 2024 16:23:04 -0300 Subject: [PATCH 2/3] add .gitignore file --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5b6a065..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +0,0 @@ -.Rproj.user -.Rhistory -.RData -.Ruserdata From 6e913390e0534adde1704d95f602d6292db5f4c4 Mon Sep 17 00:00:00 2001 From: mathiashole Date: Mon, 26 Aug 2024 16:24:10 -0300 Subject: [PATCH 3/3] add .gitignore file again --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e69de29..6fa454a 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +file.fasta \ No newline at end of file