【问题标题】:Pie charts in plotly [closed]plotly中的饼图[关闭]
【发布时间】:2015-01-12 11:20:51
【问题描述】:

我在 plotly 中找不到任何关于饼图的示例或文档。任何人都知道它们是否还没有实现?

直到今天,我实际上从未有过它们的用例。

【问题讨论】:

标签: python plotly


【解决方案1】:

没错,它们还没有实现。极楔图表很接近,但每个楔必须具有相同的宽度:https://plot.ly/python/polar-chart/#Polar-Area-Chart

与此同时,这种类型的分类数据有时可以通过堆叠或分组条形图进行可视化:https://plot.ly/python/bar-charts/#Grouped-Bar-Chart

【讨论】:

    【解决方案2】:

    Plot.ly 上已经提供了 Python 的饼图实现:

    https://plot.ly/python/pie-charts/

    【讨论】:

      猜你喜欢
      • 2020-12-07
      • 2021-04-12
      • 2023-03-19
      • 2019-06-23
      • 2021-03-25
      • 2019-07-25
      • 2021-06-04
      • 2020-04-27
      相关资源
      最近更新 更多