bokeh plot option, mode parameters
Open
- Dominant language
- Python
- Stars
- 3.6k
- Forks
- 376
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 1
Description
The diagnostics/profile_visualize.py call to create the output file allows a user parameter for file path. Is it possible to add the mode parameter? I'm interested in setting that for offline plots.
I see the visualize call supporting **kwargs for the plot, however the output_file only has one parameter.
CURRENT
bp.output_file(file_path)
PROPOSED? add bp_mode='inline' to the visualize definition
bp.output_file(file_path,mode=bp_mode)
Is there is a better way to change the bokeh mode from the datashader visualize call?
Thank you.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.