teunbrand / ggh4x

ggplot extension: options for tailored facets, multiple colourscales and miscellaneous
https://teunbrand.github.io/ggh4x/
Other
534 stars 32 forks source link

Feature suggestion: facet_wrap2 all axes but axis text only once #131

Closed Close-your-eyes closed 8 months ago

Close-your-eyes commented 8 months ago

Hi there,

would it be possible to add an option to facet_wrap2 such that all axes are plotted but the axis text is only plotted e.g. on the very left facet or the bottom one.

There are themes without plot borders on the outside of facets. In those cases the axis in every facet functions like a nice visual separator. But plotting axis texts on every facet takes to much space.

teunbrand commented 8 months ago

Thanks for this suggestion. If you use the axes = "all", remove_labels = "all" arguments, you hide all interior labels. Is that what you were looking for?

Close-your-eyes commented 8 months ago

That was it !!!

Amazing. Thank you very much.