from plotnine import * plot = ( ggplot(Y_tsne,aes(x = 'X',y = 'Y')) + geom_point(aes(color = 'CellTypeOther'),alpha = 0.4,size = 2) + scale_color_manual(c("blue","red")) ) 去掉最后一行,图表呈现得很好。有没有人知道可能发生了什么?我不能分享我的数据,因为它是敏感的。
在数学上,它与动力系统理论中的一个基本算子有关,称为 Koopman 算子。但在深入研究 DMD 的数学之前...