Example: ```python ggplot() + \ geom_crossbar(ymin=-1, ymax=1, labels=layer_labels().line("Text")) + \ theme(label_text=element_text(size=30, angle=45)) ``` Output: <img width="600" height="400" alt="Output" src="https://github.com/user-attachments/assets/1c395415-6b1f-4eb5-8196-d1504ad03750" /> Expected: <img width="600" height="400" alt="Expected" src="https://github.com/user-attachments/assets/641051d0-87fc-47fe-8df2-0e04903db52c" />