jonocarroll / ggeasy

ggplot2 shortcuts (transformations made easy)
https://jonocarroll.github.io/ggeasy/
272 stars 21 forks source link

[New Functionality]: Control size, color, font, etc for "strip" (for facets/grids charts). #60

Open coforfe opened 2 years ago

coforfe commented 2 years ago

Hello,

Thanks a lot for your effor with this package. It really makes very easy to deal with ggplot2.

I am using very frequently charts with facets and I miss a lot a way to customize in particular the strip element as easy as we can already deal with other ggplot's elements. Thinks like changing the color, the kind of font, its size, etc, in an easy way would be very much appreciated.

Thanks in advance, Carlos.

jonocarroll commented 2 years ago

Hi Carlos, thanks for the suggestion! I'm working on a {ggeasy} talk for useR (next week) but after that I'd love to have a go at implementing this. Do I understand correctly that you'd like to be able to easily modify the strip.* elements like in this example?

h8AnA

That seems within scope and we should be able to build something.

Cheers!

coforfe commented 2 years ago

Hi! Thanks for considering this new functionality. Yes, that is exactly what I suggested.

The idea is to have something easy to change the strips with the "A" and "B" in red. Change the background color, font size, font type, etc.

Thanks again for this and all the best for your coming talk in the useR. Carlos.

yonicd commented 2 years ago

Does ggh4x not give you the ease of use you are looking for wrt facets/strips?

coforfe commented 2 years ago

Hi @yonicd , Thanks for the suggestion. I did not know that this functionality was there. I will use it.

In any case, for the sake of simplicity and use less dependences, if it could be integrated within ggeasy, it would be fantastic.

Thanks again for the suggestion. Carlos.