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
2 Likes
Pull request that addresses this issue: https://github.com/plotly/plotly.py/pull/714