You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing config = {'staticPlot': True} to offline.plot() does not have any effect.
I think this is because 'staticPlot' is not included in configkeys in _plot_html() in offline.py
showAxisRangeEntryBoxes and showAxisDragHandles are also missing, there may be others.
I am not sure whether these are deliberately omitted from config keys or if they should be added.
The text was updated successfully, but these errors were encountered:
Indeed t-morley, 'staticPlot' is not included in configkeys in _plot_html() in offline.py
If you do include, then it works just fine. No idea why they disabled it, maybe it is unstable under certain conditions?
Passing config = {'staticPlot': True} to offline.plot() does not have any effect.
I think this is because 'staticPlot' is not included in configkeys in _plot_html() in offline.py
showAxisRangeEntryBoxes and showAxisDragHandles are also missing, there may be others.
I am not sure whether these are deliberately omitted from config keys or if they should be added.
The text was updated successfully, but these errors were encountered: