Plotly: How to retrieve values for major ticks and gridlines?

前端 未结 1 1051
暗喜
暗喜 2020-12-11 08:26

I\'d like to retrieve the x-values highlighted in this plot:

The plot is generated in a Jupyter Notebook using this snippet:

import plotly
i         


        
相关标签:
1条回答
  • 2020-12-11 08:52

    This data is only available in the Javascript context, and so unfortunately is inaccessible from Python.

    0 讨论(0)
提交回复
热议问题