英文: Plotting 3d network graphs in plotly 问题 我正在尝试使用plotly.js绘制3D网络 <html> <head> <scr...
plotly 在从 ggplot 转换时删除了分组图例(按颜色、按符号)。
英文: plotly drops grouped legend (by color, by symbol) when converted from ggplot 问题 I don't quite un...
go.scatterpolar:尝试以不同颜色渲染雷达图线未成功。
英文: go.scatterpolar : trying to render radar graph with various lines color not working 问题 我尝试构建一个雷达...
Plotly无法正确渲染图表。
英文: Plotly doesn't render the plot correctly 问题 我尝试使用buraR包中的trace_explorer函数创建的图表,使用ggplotly函数使...
两个叠加的热图,使用Plotly.JS设置不透明度。
英文: Two heatmaps on top of each other with opacity with Plotly.JS 问题 我正在尝试将此答案 移植到 100% 的 Plotly.JS ...
Plotly uirevision 在 plotly.js-basic-dist-min 上不起作用。
英文: Plotly uirevision doesn't work on plotly.js-basic-dist-min? 问题 我正在尝试构建 Plotly 图表,在动态添加数据时不重置...
在 ggplotly 中,图例中的元素分组失败。
英文: Grouping elements in legend fails with ggplotly 问题 在下面的示例中,分组的ggplot元素似乎可以正常工作,直到我使用plotly::ggpl...
在使用ggplotly()时,反转图例顺序。
英文: Reverse the legend order when using ggplotly() 问题 想要颠倒水平条形图的图例顺序。在ggplot中添加guides(fill = guide_l...
在使用Plotly绘制3D凸包图。
英文: Plot convex-hull in 3D using plotly 问题 我正在尝试使用plotly来绘制一组点的三维凸包。我使用了Mesh3d对象,但表面没有正确创建(请参见下面的图片)...
13