octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave-3.3.55 and Octave-3.3.90 on OSX


From: Richard Campbell
Subject: Re: Octave-3.3.55 and Octave-3.3.90 on OSX
Date: Mon, 31 Jan 2011 09:36:09 -0500

On Jan 31, 2011, at 9:28 AM, bpabbott wrote:

> On Jan 31, 2011, at 09:18 AM, Richard Campbell <address@hidden> wrote:
> 
>> 
>> On Jan 31, 2011, at 8:10 AM, Ben Abbott wrote:
>> 
>> > __gnuplot_get_var__ (gcf, "GPVAL_TERMINALS")
>> 
>> Looks the same. I should add that I use this gnuplot with the precompiled 
>> Octave.app and it works just fine. I built it from source with no options.
>> 
>> 
>> octave:2> __gnuplot_get_var__ (gcf, "GPVAL_TERMINALS")
>> ans = canvas cgm corel dpu414 dumb dxf eepic emf emtex epslatex epson_180dpi 
>> epson_60dpi epson_lx800 fig gpic hp2623A hp2648 hp500c hpdj hpgl hpljii hppj 
>> imagen latex mf mif mp nec_cp6 okidata pbm pcl5 postscript pslatex pstex 
>> pstricks qms regis starc svg tandy_60dpi tek40xx tek410x texdraw tgif 
>> tkcanvas tpic unknown vttek x11 xlib xterm
>  
> I should be using the debugger instead, but ... what do you get for ...
> 
>       cd (strcat (fileparts (which ("print")), filesep, "private"));
>       __gnuplot_has_terminal__ ("postscript", get (gcf, "__plot_stream__"))
> 
> Ben
> 

octave:1> peaks
octave:2> cd (strcat (fileparts (which ("print")), filesep, "private"));
octave:3> __gnuplot_has_terminal__ ("postscript", get (gcf, "__plot_stream__"))
ans = 0



reply via email to

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