bugGNU Octave - Bugs: bug #53743, gnuplot doesn't print figure...

 
 

bug #53743: gnuplot doesn't print figure background color

Submitter:  Rik <rik5>
Submitted:  Tue 24 Apr 2018 07:59:29 PM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Confirmed Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 12 Mar 2021 09:44:24 AM UTC, comment #1: 

Found the same problem
GNU Octave Version: 5.2.0 (ubuntu 20.04)
when I tried to set the Nan-values in a plot to gray:

set(gca,'color',[0.5 0.5 0.5])

which turned out nice in the plot,
but not in the print

Idar Barstad <idar>
Tue 24 Apr 2018 07:59:29 PM UTC, original submission:  

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).



Rik <rik5>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #44010:  tst.gnuplot.pdf added by rik5 (12KiB - application/pdf)
file #44011:  tst.fltk.pdf added by rik5 (4KiB - application/pdf)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by idar (Posted a comment)
  • -email is unavailable- added by rik5 (Submitted the item)
  • -email is unavailable- added by rik5
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-04-24 rik5 Attached File- Added tst.gnuplot.pdf, #44010
        Attached File- Added tst.fltk.pdf, #44011
        Carbon-Copy- Added sebald

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code