ggplot how to fill one price value with different color

后端 未结 0 1292
时光取名叫无心
时光取名叫无心 2020-12-31 13:25

I have this code

      ggplot(xdata) + 
           geom_histogram(aes(price),fill = \'orange\',alpha = 0.85,binwidth = 15) + 
           theme_minimal(base_si         


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