-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Feature request: New argument axis.titles
for facet plots
#6420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Broder, would you suggest that all axis titles along a dimension have the same title? If not, how would one control the set the titles? |
The same title. I am aware that this will basically duplicate information that is already present. However, one would be able to give the facets the look and feel of individual plots. |
Thanks for elaborating! I agree that this can be convenient to have, but at this point I'd just be inclined to use patchwork to get the layout you're after. Alternatively, you (or anyone who builds extensions) could make a facet extension where you override the |
Thank you for thinking about it! I will follow your suggestion and have a look into |
You can use
It used to be part of a larger, even more intimidating chunk of code, so now it is just a smaller chunk of intimidating code. |
How would you check for empty panels that do not need axis titles? |
Ah it seems like you're getting to the juicy bits of why the faceting code is so intimidating 😅 The |
Hi Teun,
I would like to suggest a new argument
axis.titles
to control the display of axis titles in facet plots. In a way this would complement the existing argumentsaxes
andaxes.labels
.Best
Broder
The text was updated successfully, but these errors were encountered: