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

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

[Octave-bug-tracker] [bug #39401] EdgeAlpha/EdgeLighting properties not


From: Mark Duxbury
Subject: [Octave-bug-tracker] [bug #39401] EdgeAlpha/EdgeLighting properties not working with fill()/patch()
Date: Tue, 02 Jul 2013 21:40:36 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?39401>

                 Summary: EdgeAlpha/EdgeLighting properties not working with
fill()/patch()
                 Project: GNU Octave
            Submitted by: notmyusername
            Submitted on: Tue 02 Jul 2013 09:40:36 PM GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: Mac OS

    _______________________________________________________

Details:

The EdgeAlpha and/or EdgeLighting properties do not seem to have an effect on
Fill() or patch() plot objects.  Example code: 

f1=figure(1) 
clf; 
hold on 
grid on 
h=fill([90,210,210,90],[-.8,-.8,.8,.8]); 
set(h,'FaceColor',[0,0,0]); 
set(h,'FaceAlpha',0.25); 
set(h,'EdgeColor','none'); 
set(h,'EdgeAlpha',0); 
set(h,'EdgeLighting','none'); 
axis([50,250]); 

What I expect is a totally flat, featureless transparent rectangle.

What I get is a transparant rectangle but nothing I try gets rid of the edge
of the rectangle.   I have tried various values for EdgeAlpha without success.
 Same for EdgeLighting.

Octave 3.6.4 using AquaTerm on OS X 10.6.8 via Homebrew




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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