將ggplot函數繪圖的結果傳入ggplotly函數中,繪製互動圖表(loan_new %>% ggplot(aes(x = reorder(home_ownership, -loan_amnt, median), ...
確定! 回上一頁