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 14:07:37 +0000
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

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

The gnuplot documentation always shows the keyword solid
followed by its argument. And, in _go_draw_figure_.m
replacing:
solid noborder
by 
solid 0 noborder
corrects the problem.
Using solid 1.0 noborder produces the black background.
So, it appears that gnuplot 4 assumed 0 if there was
no argument after 'sold", but gnuplot 5 assumes 1.0

I tested this in a test file and am building an updated
system now, but it appears to work.

Patch to follow.

    _______________________________________________________

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]