df <- data.frame(V1 = c(1,2), V2 = c(2,4), V3 = c("italic('in vivo')~point", "another~point")) ggplot(data = df, aes(x = V1, y = V2, label = V3)) + ...
確定! 回上一頁