# HG changeset patch # User Chris Cannam # Date 1366903413 -3600 # Node ID 9852a273e559a54411ae3826876bfdc697f098e5 # Parent 10463070bab41738641a5a563f97391ee0f02947 Static chart diff -r 10463070bab4 -r 9852a273e559 yetilab/plot/plot.yeti --- a/yetilab/plot/plot.yeti Wed Apr 24 15:19:17 2013 +0100 +++ b/yetilab/plot/plot.yeti Thu Apr 25 16:23:33 2013 +0100 @@ -114,9 +114,11 @@ ); showChart opts chart is 'a -> ~Chart -> () = - (//if opts.display then + (if opts.display then \() ChartLauncher#openChart(chart); -// fi; + else + \() ChartLauncher#openStaticChart(chart); + fi; if opts.saveTo != "" then \() chart#screenshot(opts.saveTo); fi);