Skip to content

Commit

Permalink
fixed tickmark labels
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhleviet committed Dec 20, 2023
1 parent 5a0bc92 commit f716fa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ ggplot(data = log) +
facet_wrap(. ~ model) +
scale_y_continuous(breaks = seq(0, max(log$Basecalled), by = 10000000), labels = scales::unit_format(unit = "M", scale = 1e-6)) +
labs(title = "Speed", y = "Samples/s") +
theme(axis.text.x = element_text(angle = 45, hjust = 1)) +
guides(color = "none")
```

Expand All @@ -91,8 +92,9 @@ ggplot(data = log) +
scale_y_continuous(breaks = seq(0, max(log$`Elapsed Time`), by = 100)) +
ylab("Elapsed Time (s)") +
labs(title = "Elapsed Time") +
theme(axis.text.x = element_text(angle = 45, hjust = 1)) +
guides(color = "none")
ggsave("elapsed_time.png", width = 8, height = 8)
```

> Generated by Quarto
Binary file modified figures/README-plot-eta-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/README-plot-speed-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f716fa0

Please sign in to comment.