【发布时间】:2021-03-19 23:08:55
【问题描述】:
我有一个看起来像这样的情节:
我的代码在这里:
df <- read_excel("Desktop/test.xlsx")
tidydf <- df
ggplot(tidydf, aes(Genome_size, `Trio_number`, color = Group)) +
geom_point() +
ylab("") +
theme_dotplot
我该怎么做:
- 使 y 轴以 1 为增量上升。所以 1 , 2 , 3。
- 将 x 轴设为整数形式,如 1991579。
【问题讨论】:
-
您好,感谢您的帖子。请使用最小可重现示例:stackoverflow.com/help/minimal-reproducible-example