❝本节来介绍如何使用「ggplot2」来绘制嵌套圆形图,图形绘制倒也简单主要是细节的调整结果仅供参考❞
加载R包
library(tidyverse)
导入数据
bytes_total %
mutate(x_label = c(0.45, 1.4, -0.57, -1.3))
数据可视化
ggplot...() +
geom_point(aes(x = x, size = value, color = year), y = 0, alpha = 0.5,
data = filter...(mobile_bytes, percentile == "p90")) +
geom_point(aes(x = x, size = value, color = year), y = 0,