Legend size #174
Replies: 2 comments
-
I've not had much luck with any customisation of the spectre plots, but would love to know if anyone else does. My guess to why it doesn't change the saved plot is because the plot would be saved when it runs the function in the first line, prior to adding the guides. I'd absolutely love some more customisation options on these plots. |
Beta Was this translation helpful? Give feedback.
-
@CalmRealistic @csecarroll great question! I think in the next update we'll just add this as an argument in the function directly -- I too find the legend points too small. One solution in the meantime: if you assign the plot first (and in this case switching off the auto save function) you should be able to use add classic Here is an example:
Seems to work OK for me, give it a test run and see what happens. |
Beta Was this translation helpful? Give feedback.
-
Hi,
How to increase the size of little color dots of the legend?
I tried
make.multi.plot(CD3cell.sub, "tSNE_X", "tSNE_Y", CD3cellular.cols, dot.size=0.25)+
guides(color = guide_legend(override.aes = list(size = 5)))
It increases the symbol size on my screen, but not in the new saved image of the plot
Thank you
Beta Was this translation helpful? Give feedback.
All reactions