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: Ben Abbott
Subject: [Octave-bug-tracker] [bug #42838] gnuplot 5.0 print gives black plots
Date: Sun, 21 Jun 2015 15:18:18 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/600.6.3 (KHTML, like Gecko) Version/8.0.6 Safari/600.6.3

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

Below is a script that demonstrates the problem. It appears that the
postscript terminal is to blame, or maybe Octave's options for the postscript
terminal are wrong?


set terminal postscript enhanced size 7.77777777778,5.83333333333 eps
set output 'broken.eps';
set obj 1 rectangle from screen 0,0 to screen 1,1 behind fc rgb "#ffffff"
set obj 2 rectangle from graph 0,0 to graph 1,1 behind fc rgb "#ffffff"
plot sin (x)
set output 'working.eps';
set terminal postscript color enhanced size 7.77777777778,5.83333333333 eps
plot sin (x)


Can someone else confirm?

Does this match all examples?

Is the problem with gnuplot or Octave? If gnuplot, then does the bug report
below cover it.

http://sourceforge.net/p/gnuplot/bugs/1561/




    _______________________________________________________

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]