How to change scientific notation on legend labels in ggplot2

前端 未结 2 738
离开以前
离开以前 2020-12-31 12:22

I wrote this code to create a map.

ggplot(data = Canada2015_Import_3) +
  borders(database = \"world\", 
          colour = \"grey60\",
          fill=\"gre         


        
2条回答
提交回复
热议问题