Entering edit mode
Hello everyone. I'm currently trying to recreate a plot I've done before with ggcyto::autoplot, this time doing with ggplot. So far,
ggplot(BFP_DF, aes(x=BV421.A, y=SSC.A)) + geom_hex(bins = 128) + facet_wrap(~Cell_line)
results in the same plot except for the coloring. Does anyone know what color gradient the autoplot function of ggcyto is based on?
See here for comparison :
Hi Kevin, thanks for the reply. Unfortunately, I get the same plot as before when trying:
Best, Alex