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

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

[Octave-bug-tracker] [bug #48429] gridcolor, minorgridcolor properties n


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #48429] gridcolor, minorgridcolor properties not implemented for OpenGL toolkits
Date: Sun, 21 Aug 2016 06:45:20 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.8.0

Follow-up Comment #4, bug #48429 (project octave):

I see a difference with gridalpha

graphics_toolkit qt
subplot (2, 1, 1);
plot (1:10);
grid, grid minor
get (gca, "gridalpha")
get (gca, "minorgridalpha")
subplot (2, 1, 2);
plot (1:10);
grid, grid minor
set (gca, "gridalpha", 1)


shows the attached image. But apparently the qt print doesn't support
gridalpha yet? Is this a gl2ps limitation?

produces the attached image

(file #38297)
    _______________________________________________________

Additional Item Attachment:

File name: alpha.png                      Size:17 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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