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

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

[Octave-bug-tracker] [bug #53743] gnuplot doesn't print figure backgroun


From: Rik
Subject: [Octave-bug-tracker] [bug #53743] gnuplot doesn't print figure background color
Date: Tue, 24 Apr 2018 15:59:31 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

                 Summary: gnuplot doesn't print figure background color
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Tue 24 Apr 2018 12:59:29 PM PDT
                Category: Plotting with gnuplot
                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: Any

    _______________________________________________________

Details:

The following code should produce a figure with a blue axes background
surrounded by a magenta figure background.


close all
graphics_toolkit gnuplot
plot (1:10, 'o-r')
set (gca, "color", "b")
set (gcf, "color", "m", "inverthardcopy", false)
print tst.pdf


The code doesn't work with gnuplot (attached tst.gnuplot.pdf), but does work
with FLTK (attached tst.fltk.pdf).






    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 24 Apr 2018 12:59:29 PM PDT  Name: tst.gnuplot.pdf  Size: 12KiB  
By: rik5

<http://savannah.gnu.org/bugs/download.php?file_id=44010>
-------------------------------------------------------
Date: Tue 24 Apr 2018 12:59:29 PM PDT  Name: tst.fltk.pdf  Size: 4KiB   By:
rik5

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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