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: Ben Abbott
Subject: Re: How do I use octave gnuplot to html5 canvas terminal?
Date: Fri, 20 Jan 2012 08:07:11 -0500

On Jan 20, 2012, at 7:45 AM, Paul Perry wrote:

> 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.

You'll need to save the gnuplot commands and edit them yourself.

What does the "jsdir './js/' name 'file.js'" part do ?

Is this something that should be included by default ?

Ben



reply via email to

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