Skip to content

Commit

Permalink
Minor fix gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Hanna authored and Richard Hanna committed Jun 14, 2024
1 parent a3866cf commit 0a8028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/gallery.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ggplot2::ggplot() +
geom_swim_label(
data = single_row_data,
mapping = aes(x = m2_time, y = record, label_vals = m2, label_names = m2_name),
label.size = NA, size = 5
label.size = NA, size = 5, fill = NA
) +
scale_color_discrete(name = "Marker Labels") +
theme_minimal()
Expand Down

0 comments on commit 0a8028c

Please sign in to comment.