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 14:51:28 +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 #23, bug #42838 (project octave):

Opps, comment 22 is responding to 20.

The "solid {<density>}" maybe a gnuplot bug.


set style fill {empty
                     | {transparent} solid {<density>}
                     | {transparent} pattern {<n>}}
                    {border {lt} {lc <colorspec>} | noborder}



Set style fill transparent Some terminals support the attribute transparent
for filled areas. In the case of transparent solid fill areas, the density
parameter is interpreted as an alpha value; that is, density 0 is fully
transparent, density 1 is fully opaque. In the case of transparent pattern
fill, the background of the pattern is either fully transparent or fully
opaque.


I expect a density of 0 implies that the rectangle object is invisible. If so,
changing the density to 0 is equivalent to removing the "set obj" command. Am
I reading the gnuplot doc correctly? If so, has anyone constructed a simple
gnuplot script that reproduces the problem? If that can be done, then I
recommend filling a bug report for gnuplot.


    _______________________________________________________

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]