octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #41822] No figures obtained by the cli


From: bo kjellmert
Subject: [Octave-bug-tracker] [bug #41822] No figures obtained by the cli
Date: Mon, 10 Mar 2014 12:21:46 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9

URL:
  <http://savannah.gnu.org/bugs/?41822>

                 Summary: No figures obtained by the cli
                 Project: GNU Octave
            Submitted by: kbkj
            Submitted on: mån 10 mar 2014 12.21.44
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: bo kjellmert
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.0
        Operating System: Mac OS

    _______________________________________________________

Details:

Basic facts. I am new to Octave. Computer: iMac, 2.7GHz, IntelIrisPro 5200,
16GB+fusion. Operating system: OSX 10.9.2. Installations: Xcode 5.0.2, XQuartz
2.7.5, binaries for GNU Octave 3.8.0 for OSX 10.9.1 installed from Octave
Forge. I cannot get figures by the cli.

octave:1> x = 0:0.1:1; y = sin(x);
octave:2> plot(x,y)

gnuplot> set terminal aqua enhanced title "Figure 1" size 560 420  font "*,6"
dashlength 1
                      ^
         line 0: unknown or ambiguous terminal type; type just 'set terminal'
for a list

octave:3> figure(5)

gnuplot> set terminal aqua enhanced title "Figure 5" size 560 420  font "*,6"
dashlength 1
                      ^
         line 0: unknown or ambiguous terminal type; type just 'set terminal'
for a list


octave:4> available_graphics_toolkits
ans = 
{
  [1,1] = gnuplot
}
octave:5> setenv("GNUTERM","X11")
octave:6> getenv("GNUTERM")
ans = X11
octave:7> getenv("X11")
ans = 
octave:8> plot(x,y)

gnuplot> set terminal aqua enhanced title "Figure 5"  font "*,6" dashlength 1
                      ^
         line 0: unknown or ambiguous terminal type; type just 'set terminal'
for a list

Only gnuplot_qt exists, and no list of available terminals is obtained

bos-iMac:~ bokjellmert$ cd /usr/local/octave/3.8.0/libexec/gnuplot/4.6
bos-iMac:4.6 bokjellmert$ find . -name gnuplot_qt -a
./gnuplot_qt
bos-iMac:4.6 bokjellmert$ find . -name gnuplot_x11 -a
bos-iMac:4.6 bokjellmert$ set terminal
bos-iMac:4.6 bokjellmert$ 

In bash, ’cat gnuplot_qt’ produces a large output ending with the lines

h___cxa_end_catch___cxa_rethrow___dynamic_cast___gxx_personality_v0___stack_chk_fail___stack_chk_guard___stderrp___stdoutp_exit_exp_freopen_memcpy_signal_strcmpdyld_stub_binderbos-iMac:4.6
bokjellmert$ 1;2c
-bash: 1: command not found
-bash: 2c: command not found
bos-iMac:4.6 bokjellmert$ 






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41822>

_______________________________________________
  Meddelandet skickades via/av Savannah
  http://savannah.gnu.org/




reply via email to

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