e61-Institute / theme61

Create graphs in the e61 Institute style
https://e61-institute.github.io/theme61/
MIT License
5 stars 0 forks source link

Incorrect title and subtitle wraping when using coord_flip and format_flip charts #221

Open JackBuckley opened 1 week ago

JackBuckley commented 1 week ago

Describe the bug Incorrect title and subtitle wraping when using coord_flip and format_flip charts. Titles are wrapped even when there is plenty of room, which makes for a funny looking chart.

Code to reproduce Any coord_flip + format_flip chart with a long title or subtitle.

Expected behavior Titles should extend to the width of the panel + flipped y-axis labels. At the moment they are recentered, which is good, but then they appear to still be using the width of the panel as the guide for wrapping.