gpt4 book ai didi

r - 如何使直方图条在 R 中的 Plotly 中具有不同的颜色

转载 作者:行者123 更新时间:2023-12-04 14:20:50 26 4
gpt4 key购买 nike

我正在使用 R 中的 plotly 包制作直方图,下面是图表。

enter image description here

这是我的代码:

plot_ly(test, x = ~count, type = 'histogram',  marker = list(color = 'blue'))

我想知道是否有一种方法可以使图表从颜色的角度来看更直观(例如,每个条形图使用不同的颜色),如下图所示。

这是我在网上找到的一个例子:

enter image description here

提前致谢。

最佳答案

plot_ly(test, x = ~ count, type = 'histogram',
marker = list(color = viridis::viridis_pal(option = "C", direction = -1)(4)))

关于r - 如何使直方图条在 R 中的 Plotly 中具有不同的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55065228/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com