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

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

[Octave-bug-tracker] [bug #42543] transparent surface using facealpha is


From: Francisco Albani
Subject: [Octave-bug-tracker] [bug #42543] transparent surface using facealpha is not working
Date: Tue, 17 Jun 2014 14:19:02 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36

Follow-up Comment #6, bug #42543 (project octave):

Using "setenv GNUTERM qt" gives the correct result.

And if I save a PNG from the window's menu, it also contains the
transparency.


setenv GNUTERM qt
figure(1);
clf;
hold on;
for i = 1:10
        h(i) = fill(rand(3, 1), rand(3, 1), rand(3, 1));
        set(h(i), 'facealpha', rand(1));
end
grid on
hold off;
pause


"print 'output.png'" still does not work.

(file #31572)
    _______________________________________________________

Additional Item Attachment:

File name: output.png                     Size:136 KB


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/




reply via email to

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