Mercurial > hg > octave-thorsten
diff src/graphics.h.in @ 10089:dd70982c81a3
Allow markerfacecolor and markeredgecolor to be set and used for patch objects
author | David Bateman <dbateman@free.fr> |
---|---|
date | Tue, 12 Jan 2010 23:05:17 +0100 (2010-01-12) |
parents | 33ba83a06a42 |
children | b5cc666da6ca |
line wrap: on
line diff
--- a/src/graphics.h.in +++ b/src/graphics.h.in @@ -3299,8 +3299,8 @@ radio_property linestyle , "{-}|--|:|-.|none" double_property linewidth , 0.5 radio_property marker , "{none}|s|o|x|+|.|*|<|>|v|^|d|p|h" - color_property markeredgecolor , "{auto}|none" - color_property markerfacecolor , "auto|{none}" + color_property markeredgecolor , "{auto}|none|flat" + color_property markerfacecolor , "auto|{none}|flat" double_property markersize , 6 string_property keylabel , "" radio_property interpreter , "{tex}|none|latex"