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

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

[Octave-bug-tracker] [bug #38584] setting linestyle to "none" for fill o


From: Rik
Subject: [Octave-bug-tracker] [bug #38584] setting linestyle to "none" for fill object causes error (gnuplot)
Date: Sat, 25 Jan 2014 05:06:20 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #3, bug #38584 (project octave):

Fill is just a front end for the patch function.  It seems that
__gnuplot_drawnow__ does not properly handle patches where the linestyle is
"none".  Here is the same example done with patch.


graphics_toolkit gnuplot
hp = patch ([0 1 1 0]', [0 0 1 1]', 'r');
set (hp, 'linewidth', 10);
axis ([-1 2 -1 2])
set (hp, 'linestyle', 'none')

plot "-" binary format='%float64' record=4 using ($1):($2) title "" with
filledcurve lc rgb "#ff0000" fillstyle transparent solid 1.000000 , "-" binary
format='%float64' record=5 using ($1):($2) title "" with  linewidth 10.000000 
 lc rgb "#000000" ;


I don't use the gnuplot backend anymore but it seems like the first part of
the intstructions are correct to draw an object with color #ff0000 (red).  It
seems to me like the entire second part of the plot command beginning after
the ',' could be removed.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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