英文: How to return x y coordinates of the selection box in Plotly JavaScript? 问题 我想要检索使用Plotly JavaSc...
如何在Plotly中更改在y轴上绘制的线的颜色?
英文: How to change the color of line plotted on y axis midway in plotly? 问题 我有一个包含两列的数据框:'Ground Trut...
理解 Plotly 的时间差单位
英文: Understanding Plotly Time Difference units 问题 我有一个类似于这个问题的问题。我有一个DataFrame,其中包含一个名为'diff'的列和一个名为...
R的plot_ly堆叠条形图只能显示具有不同颜色的多个数值。
英文: The R plot_ly stacked bar chart can only show multiple values with different colors 问题 I am prog...
使用Dash Plotly绘制带有独立颜色图例的条形图。
英文: Plot bar chart with separate color legend - dash Plotly 问题 我尝试使用Dash制作柱状图来绘制特定值,但使用单独的列来映射颜色。使用以...
在Python中,有没有一种方法可以在散点图上将静态标签放在数据点旁边?
英文: Is there a way to put static labels next to points on a scatterplot in python? 问题 以下是您要的翻译部分: im...
将特定颜色映射设置给带有回调的柱状图 – Dash Plotly
英文: Set specific colour map to Bar-chart with callback - dash Plotly 问题 我有一个交互式的条形图,显示了一周中每天的计数。我试图设...
使用时间序列数据框创建折线图在plotly中出现了ValueError。
英文: Creating line chart out of timeseries dataframe gives ValueError in plotly 问题 我有一个时间序列的数据帧(虚拟数据)...
使用Plotly在Python中创建的3D动画线图。
英文: 3d animated line plot with plotly in python 问题 我看到了这个3D图。它是动画的,每天都会添加一个新的值。我没有找到使用Python中的Plotly...
Plotly.js Sunburst图表状态变化确定
英文: Plotly.js Sunburst chart state change determination 问题 我有一个React应用,其中我正在使用plotly.js来显示一个日晷图。我有其他...
13