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

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

[Octave-bug-tracker] [bug #40423] crash after "Can't open display:" mess


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #40423] crash after "Can't open display:" message
Date: Mon, 04 Nov 2013 18:29:51 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

Follow-up Comment #15, bug #40423 (project octave):

Well, here is another experiment:
[pbdsl3:octave] ./run-octave --no-gui --no-init-file -q
octave-gui:1> available_graphics_toolkits()
ans = 
{
  [1,1] = gnuplot
}
octave-gui:2> plot(1:100)
+------------------------------------------------------------------------------------------------------------+
|                                                                             
                              |
|100
++------------------+-------------------+--------------------+-------------------+------------------++
 |
|   
+---------------------------------------------------------------------------------------------------++
 |
|    |                                                                        
                   +++    ||  |
|    |                                                                        
               ++++       ||  |
|    |                                                                        
            +++           ||  |
|   

This has gone to gnuplot in "printer" mode.  Is this
what you expected?  If so, the remaining problem
is 

graphics_toolkit('fltk')
octave-gui:3> available_graphics_toolkits()
ans = 
{
  [1,1] = gnuplot
}
octave-gui:4> plot(1:100)
Can't open display: 
[pbdsl3:octave]
=================
i.e. the graphics_toolkit('fltk')
does something that leads to exit();

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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