help-octave
[Top][All Lists]
Advanced

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

Re: [OS X] octave cannot start a properly working gnuplot


From: Leo Liu
Subject: Re: [OS X] octave cannot start a properly working gnuplot
Date: Fri, 26 Apr 2013 13:07:50 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3)

On 2013-04-26 02:17 +0800, Dmitri A. Sergatskov wrote:
> If you do
> octave> system(gnuplot_binary)
>
> do you get gnuplot startup windows and the prompt?

I managed to get the gnuplot window up from octave:

  1. hist(rand(1,1000)) ## X11 app (2.7.4) launched but no plot window
  2. Quit the X11 app   ## X connection broken
  3. hist(rand(1,1000)) ## invalid command warning
  4. subsequent hist(rand(1,1000)) has no warning of invalid command

If I restart octave I have to repeat the above steps.

Here is the session log:

======== session ========

octave> hist(rand(1,1000))
octave> X connection to /tmp/launch-m4LDZ8/org.macosforge.xquartz:0 broken 
(explicit kill or server shutdown).

octave> hist(rand(1,1000))
octave> 
gnuplot> nset obj 1;
         ^
         line 0: invalid command


octave> 

======== session ========

Leo



reply via email to

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