Skip to content

Commit

Permalink
Improve labelling for plot_quality() (#119)
Browse files Browse the repository at this point in the history
* improve labelling for `plot_quality()`

* update test plot: this is an improvement

* Update snapshot

The code generating this figure changed, but the new snapshot was not uploaded

* Sync docs

---------

Co-authored-by: Pablo Rodríguez Sánchez <[email protected]>
  • Loading branch information
mdingemanse and PabRod authored Sep 6, 2024
1 parent 5aef8bf commit 93b6ae4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ plot_quality <- function(data, source = "all", saveplot = FALSE){
plot_duration_transition <- plot_scatter(timing,
colname_x = "transition_time",
colname_y = "turn_duration",
title = "",
title = source,
xlab = "transition (ms)",
ylab = "turn duration (ms)")

panel <- cowplot::plot_grid(
plot_duration,
plot_transition,
plot_duration_transition,
labels = c("", "", source),
labels = c("A", "B","C"),
hjust = 0,
nrow=1
)
Expand Down
2 changes: 1 addition & 1 deletion man/get_ifadv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified tests/testthat/_snaps/plots/plot_quality.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 93b6ae4

Please sign in to comment.