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:53:17 -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 #4, bug #49485 (project octave):

Sorry about makin two posts.

This crashes

k = 7;
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]