elsasserlab/minute

Adjust INRC barplots size for large runs

cnluzon opened this issue · 0 comments

Recently a very large minute run has made the rule summary_scaled_barplots fail due to plot size:

Error in `ggsave()`:                                                  
! Dimensions exceed 50 inches (`height` and `width` are specified in  
  centimeters not pixels).                                            
ℹ If you're sure you want a plot that big, use `limitsize = FALSE`.   

I think this is a combination of the individual plots being maybe too big and having a lot of groups (28 for the specific case).

So one could consider paging the plots or just allowing for a very large figure seetting this limitsize = FALSE.