gpt4 book ai didi

python - 如何在绘图表上显示悬停信息?

转载 作者:行者123 更新时间:2023-12-03 14:53:04 24 4
gpt4 key购买 nike

我想在绘图表上显示悬停信息。这是我最好的猜测,但是在 jupyter notebook 中或当图形导出到 html 并在浏览器中查看时,没有显示悬停文本:

import plotly.graph_objects as go

hover_text = [['hover a', 'hover b', 'hover c'],
['hover d', 'hover e', 'hover f']]

fig = go.Figure(data=[go.Table(
cells={'values': [['a', 'b', 'c'],
['d', 'e', 'f']]},
hoverinfo='text',
meta={'text': hover_text}
)])

fig.show()
fig.write_html('test.html')
plotly 版本 4.5.4
有许多 go.Table() 参数看起来可能是相关的,但我没有找到显示任何内容的组合:
  • 悬停信息
  • 悬停信息源
  • 悬停标签
  • 元源
  • 自定义数据
  • customdatasrc

  • 我一直在看的一些引用资料:
  • https://plotly.github.io/plotly.py-docs/generated/plotly.graph_objects.Table.html
  • https://plotly.com/python/table/
  • https://plotly.com/python/hover-text-and-formatting/#hover-labels
  • https://plotly.com/python/reference/#table
  • 最佳答案

    它似乎是一个文档错误,悬停目前不适用于表格。您可以查看有关此错误的 open git 问题:
    https://github.com/plotly/plotly.js/issues/5523

    关于python - 如何在绘图表上显示悬停信息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62539208/

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