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

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

[Octave-bug-tracker] [bug #47240] Figure background color not printed fo


From: Rik
Subject: [Octave-bug-tracker] [bug #47240] Figure background color not printed for OpenGL
Date: Tue, 23 Feb 2016 22:23:18 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

URL:
  <http://savannah.gnu.org/bugs/?47240>

                 Summary: Figure background color not printed for OpenGL
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Tue Feb 23 14:23:17 2016
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The background color of the figure object is not included in the output of
print when using one of the OpenGL toolkits.

Sample test code:


graphics_toolkit ('qt');
hf = figure ();
set (hf, 'InvertHardCopy', 'off');
set (hf, 'Color', 'm');
hax = gca;
set (hax, 'Color', 'none');
print tst.pdf


The file tst.pdf is attached.

Setting the axes color does work because that uses a patch object underlying
the other objects of the axes.


set (hax, 'Color', 'm');
print tst2.pdf






    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue Feb 23 14:23:17 2016  Name: tst.pdf  Size: 3kB   By: rik5

<http://savannah.gnu.org/bugs/download.php?file_id=36444>
-------------------------------------------------------
Date: Tue Feb 23 14:23:17 2016  Name: tst2.pdf  Size: 3kB   By: rik5

<http://savannah.gnu.org/bugs/download.php?file_id=36445>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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