Menu

#12 ymin argument of boxplot has not effect

1.1
closed
None
2018-01-18
2018-01-02
No

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.

1 Attachments

Discussion

  • S. Zander

    S. Zander - 2018-01-15

    Looks good to me, please apply.

     
  • grenville armitage

    • status: open --> closed
     

Log in to post a comment.

Auth0 Logo