Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Primera pull requests #2

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
file.fasta
3 changes: 2 additions & 1 deletion the_best_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")