wilkelab / cowplot

cowplot: Streamlined Plot Theme and Plot Annotations for ggplot2
https://wilkelab.org/cowplot/
701 stars 84 forks source link

fixed `byrow=FALSE` reorder not only plots but also labels #203

Open Doubt-0KB opened 5 months ago

Doubt-0KB commented 5 months ago

This PR fixes an issue where the argument byrow=FALSE only reorders the plots, but not the labels. Closes #199.

Here is a demo of fixed function.

image