|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #48429] gridcolor, minorgridcolor properties not implemented for OpenGL toolkits |
| Date: | Thu, 22 Sep 2016 15:56:29 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 |
Follow-up Comment #13, bug #48429 (project octave):
The linewidth property works for me with qt or fltk. Sample code
graphics_toolkit qt
plot (1:2)
set (gca, "linewidth", 5)
grid on
Maybe there is something else going on with your OpenGl renderer? Are you
using a HW renderer like Nvidia or AMD?
At the moment we don't have any transparency in the printed output. We start
gl2ps with the option GL_NO_BLENDING, but even when that is removed there is
still something else going on. I wouldn't worry about that for this bug
report.
I'm testing your patch right now.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48429>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |