how to change the order of the legend

前端 未结 0 1529
余生分开走
余生分开走 2020-12-22 17:39
house_prices_borough %>% 
ggplot(aes(x = long,
         y = lat,
         group = group,
         fill = Value,
         label = Area,)) +
geom_polygon(color=&quo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题