I have this dataset:
structure(list(new = c("No: 0.91", "Yes: 0.89", "All: 0.84")), row.names = c(NA,
-3L), class = c("tbl_df", "tbl", "data.frame"))
And I would like to create a plot with only the text like:

But the text to be one below the other. So you have any idea?


geom_text(check_overlap = TRUE)