wilkelab / cowplot

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

Label positioning is inconsistent #175

Closed biol75 closed 3 years ago

biol75 commented 3 years ago

Screenshot 2021-09-06 at 13 26 50

Brief description of the problem or desired feature.

plot_grid(pC1, pC1, pC1, pC1,  nrow=1, labels=c("Label1", "Longer Label2", "C", "D"), label_x = 0 )

MacOS 10.15.7, R 4.0.3, cowplot_1.0.0 The first, third and fourth short labels look fine, the long label is offset to the right

Chris

clauswilke commented 3 years ago

https://stackoverflow.com/a/47724512/4975218