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

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

[Octave-bug-tracker] [bug #33976] patch 'facecolor' property not working


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #33976] patch 'facecolor' property not working
Date: Wed, 10 Aug 2011 23:59:26 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1

Update of bug #33976 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

I think the problem is with the syntax you used for the patch command.

The proper equivalent for "area(Ps,Qmax)" is ...


patch (ps([1 1 2 2]),[0 qmax 0], "FaceColor", "blue")


In any event, to get what you want you can either ...


h = area (Ps, Qmax)
set (h, 'FaceColor', 'white')


... or ...


area (ps,qmax, 'FaceColor', 'white')




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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