JFMSilva

Results 1 comments of JFMSilva

Following your last example, you can add tip labels with the following code: - Only tip labels: `plotly::ggplotly(gp) %>% plotly::add_text(data = gp$data[gp$data$isTip, ], x = ~x, y = ~y, text...