octave-maintainers
[Top][All Lists]
Advanced

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

Re: missing pdf terminal; was --> [changeset] print.m (matlab compatibil


From: Ben Abbott
Subject: Re: missing pdf terminal; was --> [changeset] print.m (matlab compatibility)
Date: Wed, 11 Mar 2009 20:20:25 +0800


On Mar 11, 2009, at 5:12 PM, Michael Goffioul wrote:

On Wed, Mar 11, 2009 at 4:50 AM, John W. Eaton <address@hidden> wrote:
So it won't work on Windows?

Yes, it will. The gnuplot backend uses popen2 to communicate with
gnuplot, so numel(ostream) == 2. AFAIK, ginput works fine under
Windows now.

Michael.

Michael/others,

Can you/someone test the function attached below on Windows?

        
http://www-old.cae.wisc.edu/pipermail/octave-maintainers/2009-March/011356.html

All that is needed is ...

        plot (0:10)
terms = regexp (__gnuplot_get_var__ (gcf, "GPVAL_TERMINALS"), "\\b\\w+ \\b", "match");

Ben



reply via email to

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