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

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

[Octave-bug-tracker] [bug #42838] gnuplot 5.0 print gives black plots


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #42838] gnuplot 5.0 print gives black plots
Date: Sun, 21 Jun 2015 12:19:01 +0000
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #20, bug #42838 (project octave):

Below are the lines in:
__go_draw_figure__.m
that causes the black plots.
++
      bg = get (h, "color");
      if (isnumeric (bg))
        fprintf (plot_stream, "set obj 1 rectangle from screen 0,0 to screen
1,1 behind fc rgb "#%02x%02x%02x" fs solid nobordern", round (255 * bg));
--

It is the fprintf that causes the problem. Does anyone know
the purpose of this text in the gnuplot input?  
For simple plots the result appears
correct without this line in the input.

I will take a look at the gnuplot Manual to determine what this
line is supposed to do.

It appears that gnuplot 5.0 interpretes this line differently
from gnuplot 4.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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