/span>",
"Season 3"))
数据可视化
ggplot...(df, aes(x = Episode_order)) +
# 为y轴的值添加文本注释
annotate('text', x = 34.5, y = c(12, 22, 32, 42,...geom_col(aes(y = F_count_RK, fill = as.factor(Season)), show.legend = FALSE) +
# 添加富文本,用于显示季节标签...= 8) +
# 手动设置填充颜色
scale_fill_manual(values = c("#788FCE","#E6956F","#A88AD2")) +
# 设置y轴的范围和间隔...scale_y_continuous(limits = c(0, 52), breaks = seq(0, 50, 10)) +
coord_polar() + # 使用极坐标