missing pdf terminal; was --> [changeset] print.m (matlab compatibility)

Ben Abbott bpabbott at mac.com
Wed Mar 11 07:20:25 CDT 2009


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

> On Wed, Mar 11, 2009 at 4:50 AM, John W. Eaton <jwe at octave.org> 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



More information about the Octave-maintainers mailing list