lgessl / patroklos

An R package pipelining binary classification of survival
https://lgessl.github.io/patroklos/
Other
0 stars 0 forks source link

Facet wrap of scores plots across splits is overcrowded #8

Closed lgessl closed 8 months ago

lgessl commented 8 months ago

It is so overcrowded you can't see the actual plots at all.

lgessl commented 8 months ago

Solved by multiplying plot width and height with number of columns and rows, respectively. And setting scales = "free" in ggplot2::facet_wrap().