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

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

[Octave-bug-tracker] [bug #48500] Crash while plotting


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48500] Crash while plotting
Date: Wed, 13 Jul 2016 20:50:47 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

Update of bug #48500 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Thank you for your bug report. First and foremost, can you confirm whether you
are using the gnuplot or qt toolkit? The script that you attached to this
report has both toolkits selected, are you commenting out one or the other
when you run? Is this a mistake that you left the second line in here
uncommented?


graphics_toolkit ("gnuplot") %Until the later bug is fixed
graphics_toolkit ("qt") %this one has bugs and does not work properly


One thing you can do to isolate the plotting from your script is to save the
workspace variables that you are plotting. For example it looks like Figure 2
is shown when Octave stops responding. You could try inserting


save foo.txt InMat2


into your script. Now quit Octave, start a new session, and try


load foo.txt;
subplot (2, 1, 1);
surf (InMat2(:, :, 1));


Does this crash? If not, keep going. If it does, what about a smaller subset
of InMat2? Try to narrow down what is the minimal set of data that you need to
demonstrate the error.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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