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

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

[Octave-bug-tracker] [bug #49485] Octave crashing when saving plot


From: Marc Dirix
Subject: [Octave-bug-tracker] [bug #49485] Octave crashing when saving plot
Date: Sun, 5 Mar 2017 17:51:21 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36

Follow-up Comment #3, bug #49485 (project octave):

Since this has gotten no update since November 2016, I'm updating from Octave
4.2.1 on windows 10.

It seems if the surf has too many points it crashes.

For me this works (quick < 5 seconds) and a png is generated
k = 5;
n = 2^k-1;
[x,y,z] = sphere(n);
c = hadamard(2^k);
figure
hnd = surf(x,y,z,c);
colormap([1  1  0; 0  1  1])
saveas(hnd,'test.png')

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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