Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buddekai committed Aug 25, 2022
1 parent b4969d2 commit e99dd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plotWaveforms.R
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ plotWaveforms <- function(input_data = NULL,
annotate("text", x=plot_annotation_x, y=(voltage_limits_of_plot-2), label=p2p_value) +
coord_cartesian(ylim = c(-voltage_limits_of_plot, voltage_limits_of_plot)) +
labs(title=paste(plot_title, sep=" "),
x = "time/\U00B5s", y = "U/V") +
x = xaxis_lab, y = "U/V") +
theme_bw() +
theme(axis.text.x = element_text(angle=90, vjust = 0.5),
plot.title = element_text(hjust = 0.5))
Expand Down

0 comments on commit e99dd63

Please sign in to comment.