Commit 5f3107d2 authored by Bernhard Liebl's avatar Bernhard Liebl
Browse files

fix export

parent cb23f9cc
...@@ -88,7 +88,7 @@ def initialize(display_mode="auto"): ...@@ -88,7 +88,7 @@ def initialize(display_mode="auto"):
def _bokeh_show(root): def _bokeh_show(root):
bokeh.io.show(root) bokeh.io.show(root)
bokeh.io.export_png(root, filename="/Users/arbeit/Desktop/bokeh.png", width=1200) #bokeh.io.export_png(root, filename="/Users/arbeit/Desktop/bokeh.png", width=1200)
#bokeh.io.export_svg(root, filename="/Users/arbeit/Desktop/bokeh.svg") #bokeh.io.export_svg(root, filename="/Users/arbeit/Desktop/bokeh.svg")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment