gpt4 book ai didi

python - Plotly:如何只显示点击的行?

转载 作者:行者123 更新时间:2023-12-02 02:58:00 25 4
gpt4 key购买 nike

默认情况下,Plotly 会隐藏图例部分中单击其标签时的线条。是否有 shift/ctrl/alt/ 任何其他键的组合可以仅显示选定的行并隐藏所有其他行?

最佳答案

只需双击鼠标左键。如果这听起来很简单/不错,那就用下面的代码片段亲自尝试一下:

代码:

import plotly.express as px

df = px.data.gapminder().query("continent=='Americas'")
fig = px.line(df, x="year", y="lifeExp", color='country')
fig.show()

图 1:

enter image description here

现在,如果您只想查看海地,只需将鼠标悬停在图例上,双击鼠标左键,您将得到以下结果:

enter image description here

关于python - Plotly:如何只显示点击的行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60690052/

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