daattali / ggExtra

📊 Add marginal histograms to ggplot2, and more ggplot2 enhancements
http://daattali.com/shiny/ggExtra-ggMarginal-demo/
Other
383 stars 45 forks source link

merge groups for ggmarginal #178

Closed Yogesh1-11 closed 8 months ago

Yogesh1-11 commented 8 months ago

hi is it possible to supply separate grouping to ggmarginal than the scatter plot. For example my PCA has four dots coloured individually lets say A,B C, D. but in marginal on x axis i want to make only two density plot of AB and CD while on Y axis i want to make two density plots of AC and BD. hope i could make it clear.

daattali commented 8 months ago

There's no built in way to do that. The groupings for marginal plots are automatically inferred from the grouping used in the main plot.

Yogesh1-11 commented 8 months ago

Oh ok. Also it will be great if you could extend marginal display of dendrograms.

On Sat, 16 Mar, 2024, 11:23 pm Dean Attali, @.***> wrote:

There's no built in way to do that. The groupings for marginal plots are automatically inferred from the grouping used in the main plot.

— Reply to this email directly, view it on GitHub https://github.com/daattali/ggExtra/issues/178#issuecomment-2002063387, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZNDTORQWJGMLLBF7J4E5CLYYSBKHAVCNFSM6AAAAABEZFBOAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBSGA3DGMZYG4 . You are receiving this because you authored the thread.Message ID: @.***>

daattali commented 8 months ago

This package is mostly in maintenance mode, I highly doubt a new feature for dendograms will be implemented -- unless you or someone else wants to tackle that! I'm closing this issue because there are no such plans