Closed ChristianLieven closed 5 years ago
I only inverse the metric (aka. 1 - metric) for scored tests. For unscored tests the metric will no longer be switched around. This may be in conflict with the added y-axis labels, which will have to be double-checked.
Why did you decide to do this? Won't it confuse readers that the scale is suddenly inversed?
Just looked at the panel figure. Must admit I'm not happy with the y-axis label wrapping over 4 lines. At least for the panel I'll play around a bit more.
Just looked at the panel figure. Must admit I'm not happy with the y-axis label wrapping over 4 lines. At least for the panel I'll play around a bit more.
You can change that easily by manipulating the width
parameter in this line:
ylabels = str_wrap(y_axis_labels[as.character(test)], width = 25),
I only inverse the metric (aka. 1 - metric) for scored tests. For unscored tests the metric will no longer be switched around. This may be in conflict with the added y-axis labels, which will have to be double-checked.
Why did you decide to do this? Won't it confuse readers that the scale is suddenly inversed?
I thought having the same or similar y-axis labels as the Test names in our report would make sense.
Hey @Midnighter and @phantomas1234 ,
in this PR I made the following changes:
score
.plot_figure.R
which combines a selection of 3 individual figures and one clustering figure into a "publication ready [?!]" panel.