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

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

[Octave-bug-tracker] [bug #31100] patch edges always black with fltk bac


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #31100] patch edges always black with fltk backend
Date: Wed, 22 Sep 2010 08:30:29 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100819 Iceweasel/3.5.11 (like Firefox/3.5.11)

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

                 Summary: patch edges always black with fltk backend
                 Project: GNU Octave
            Submitted by: jwe
            Submitted on: Wed 22 Sep 2010 08:30:28 AM GMT
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: jwe
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I noticed that contour lines are not appearing in color with the fltk backend
while they do appear in color with the gnuplot backend.  I think I've tracked
it down to a problem with the patch function.  For example:

  patch ([0.1, 0.1, 0.9, 0.9, 0.1], [0.1, 0.9, 0.9, 0.1, 0.1], "facecolor",
"none", "edgecolor", "flat", "linewidth", 10, "cdata", 20);

gives a blue box with the gnuplot backend but a black box with the fltk
backend.  I made the linewidth large simply to make it easier to distinguish
the color of the line.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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