The rearranged hover text seems clearer than plotly's. g1 <- ggplot(data = state, aes(x = Income, y = Murder))+ geom_point(aes(text = State))+ ...
確定! 回上一頁