pdf("/data/cellchat/细胞互作气泡图.pdf",width = 40,height = 60)
netVisual_bubble(cellchat, sources.use = hep, remove.isolate = TRUE,thresh= 0.05,font.size = 12)+
annotate("rect", xmin = 0.5, xmax = 25.5, ymin = 0.5, ymax = 226.5, alpha = 0.4,fill="#dde2e0") +
annotate("rect", xmin = 25.5, xmax = 50.5, ymin = 0.5, ymax = 226.5, alpha = 0.4,fill="#DFF3FB") +
annotate("rect", xmin = 50.5, xmax = 75.5, ymin = 0.5, ymax = 226.5, alpha = 0.4,fill="#96cbb3") +
annotate("rect", xmin = 75.5, xmax = 100.5, ymin = 0.5, ymax = 226.5, alpha = 0.4,fill="#91be3e") +
annotate("rect", xmin = 100.5, xmax = 125.5, ymin = 0.5, ymax = 226.5, alpha = 0.4,fill="#FDF0E4")
dev.off()