Skip to content

Commit ff15b32

Browse files
author
Kaitlyn Johnson
committed
fix y-axis
1 parent a3c0f82 commit ff15b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/fig_overall_scores.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ get_plot_avg_rel_skill_overall <- function(scores_obj,
12341234
axis.text.x = element_blank(),
12351235
axis.ticks.x = element_blank()
12361236
) +
1237-
coord_cartesian(ylim = c(1 / 1.3, 1.3)) +
1237+
coord_cartesian(ylim = c(1 / 1.8, 1.8)) +
12381238
guides(
12391239
color = guide_legend(
12401240
title.position = "top",

0 commit comments

Comments
 (0)