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: Thu, 11 Aug 2011 13:48:08 +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

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

Your patch command only specifies two vertices.

patch([80 400], [43.2, 188.4], 'FaceColor','white')

Thus, it will only draw a line. Lines do not have faces.

If you want a polygon, you need to add the missing vertices.

patch([80 80 400 400], [0 43.2 188.4 0], '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]