Removing hover toolbar and other configuration options with the Python API

Hi, I would like to remove the hover toolbar from some of my plots. I know that if I was writing JavaScript, I could set the displayModeBar to false (as described in this discussion in the plotly.js group). But it’s not clear how I can set this value from the Python API. Does anyone know? Thanks.

2 Likes

Friendly bump. I would also like to know this :slight_smile:

2 Likes

Pull request that addresses this issue: https://github.com/plotly/plotly.py/pull/714