diff --git a/.gitignore b/.gitignore index 5b6a065..6fa454a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -.Rproj.user -.Rhistory -.RData -.Ruserdata +file.fasta \ No newline at end of file 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")