tidyverse / ggplot2

An implementation of the Grammar of Graphics in R
https://ggplot2.tidyverse.org
Other
6.48k stars 2.02k forks source link

geom_tile -- Option to Split Diagonal Tiles. #5893

Closed g-pacheco closed 4 months ago

g-pacheco commented 4 months ago

Hello.

Sorry for coming here like this but I already lost a lot of time preparing the data for this plot and I do not want to be looking for something that cannot really be done in ggplot.

Could you please let me know if something like this could be achieved using ggplot? I could not see one single example similar to this result I would like to have.

Many thanks in advance, George.

teunbrand commented 4 months ago

Hi there, this issue tracker is used to report bugs and suggest features. For questions about using ggplot2, we recommend you ask over at the Posit community or stack overflow. As you have already linked your question on the Posit community, we recommend you wait for answers or cross-post on stack overflow. In general, it should be possible but you may have to use a separate polygon layer to populate triangles along the diagonal.

g-pacheco commented 4 months ago

Thanks a lot! I am glad to hear it is possible somehow. I will be waiting for a reply through the Posit community or Stack Overflow.