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

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

[Octave-bug-tracker] [bug #31578] FLTK backend doesn't respect the prope


From: David Bateman
Subject: [Octave-bug-tracker] [bug #31578] FLTK backend doesn't respect the properties MarkerFaceColor and MarkerEdgeColor
Date: Sun, 07 Nov 2010 14:13:29 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)

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

                 Summary: FLTK backend doesn't respect the properties
MarkerFaceColor and MarkerEdgeColor
                 Project: GNU Octave
            Submitted by: dbateman
            Submitted on: Sun 07 Nov 2010 02:13:28 PM GMT
                Category: Interpreter
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Consider the code


backend fltk
x=0:0.1:10; 
plot(x, sin(x), "linestyle", "none", "marker", "+", "color", [1,0,0],
"markerfacecolor", [0,1,0])


the markers are plotted as red rather than blue as they should be.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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