help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I use octave gnuplot to html5 canvas terminal?


From: Paul Perry
Subject: Re: How do I use octave gnuplot to html5 canvas terminal?
Date: Fri, 20 Jan 2012 07:45:55 -0500

Hopefully one last request:  how do we pass additional arguments to the canvas terminal?  I'd like to pass a 'jsdir' string and 'name' parameter as in: 

set terminal canvas enhanced mousing size 1120,840 jsdir './js/' name 'file.js'

drawnow() doesn't take these parameters.  I could not get the 'set' command to work:

set(terminal,"canvas","jsdir","./js/","name","file.js","size","1120,840")

hints?

Thank you.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]