Problem: when setting ymin in boxplot to a specific value, zero is always used. Bug: for unknown reason, zero is used for ylim=c(0, ymax * f) for boxplot in plot_cmp_experiments.R Fix: use ylim=c(ymin, ymax * f)
Patch has been attached.
Looks good to me, please apply.
Patch aplied, https://sourceforge.net/p/teacup/code/ci/392986c7a556e18551d21f247de3d1da8192cde5/
Log in to post a comment.
Looks good to me, please apply.
Patch aplied, https://sourceforge.net/p/teacup/code/ci/392986c7a556e18551d21f247de3d1da8192cde5/