JetBrains / lets-plot

Multiplatform plotting library based on the Grammar of Graphics
https://lets-plot.org
MIT License
1.57k stars 51 forks source link

Removing only x facet labels in facet_grid #1191

Closed shriv closed 1 month ago

shriv commented 1 month ago

Kia ora, I have a facet grid plot from which I want to remove the facet labels only for columns (x facet) but theme(strip_text = element_blank()) removes all facet labels. Is there an option to only turn off one or the other like with strip.text.x in ggplot2?

Thanks!

alshan commented 1 month ago

Kia ora :) Sorry to inform that the this is not currently possible. I'v submitted the issue: #1195