Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

offline.py blocks some config keys #907

Closed
t-morley opened this issue Dec 29, 2017 · 3 comments
Closed

offline.py blocks some config keys #907

t-morley opened this issue Dec 29, 2017 · 3 comments

Comments

@t-morley
Copy link

t-morley commented Dec 29, 2017

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.

@BarbaraPr
Copy link

I noticed the same.. I would like to make my iplot static but that's not possible :/

@prototact
Copy link

prototact commented Jul 16, 2018

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?

@jonmmease
Copy link
Contributor

All config keys area available as of #1065

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants