help-octave
[Top][All Lists]
Advanced

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

Re: Odd behavior in 3.6.1 on Osx 10.6


From: Steve Ratts
Subject: Re: Odd behavior in 3.6.1 on Osx 10.6
Date: Wed, 14 Mar 2012 07:32:08 -0700

Yep, that must have been it. Apparently I had 3.4.3 configured for X11.

Thanks!

On Wed, Mar 14, 2012 at 4:19 AM, Ben Abbott <address@hidden> wrote:
On Mar 14, 2012, at 12:02 AM, Steve Ratts wrote:

> 2012/3/13 Jordi Gutiérrez Hermoso <address@hidden>
>
>> On 13 March 2012 10:28, Steve Ratts <address@hidden> wrote:
>>
>> > As it is, it appears to be working fine; but it would really be nice to be
>> > able to get the output as it's generated.
>> >
>> > Any clues?
>>
>> Look at the following functions: page_screen_output,
>> page_output_immediately, PAGER.
>>
>> HTH,
>> - Jordi G. H.
>
> Thanks for the tip; I'll take a look at those.
>
> Another odd behavior, possibly unrelated, is that I can't close figures with the close command.

This is due to a limitation of Aquaterm / Gnuplot combination.

If you either switch to Gnuplot's X11 terminal ...

       close all
       setenv GNUTERM x11
       fiigure (1)
       peaks ()

... or switch to the FLTK backend ...

       close all
       graphics_toolkit fltk
       figure (1)
       peaks ()

... then the "close" command will work.

> This one could be related to the fact that the 3.4.3 version I installed was built with Homebrew, and the 3.6.1 was built with fink, and so I believe I've got two different versions of gnuplot on my system. Could that be it, or is there something else I should consider first?

The inability to close an aquaterm window existed for 3.4.3 on Homebrew as well.

Ben



reply via email to

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