Mercurial > hg > octave-lyh
changeset 17108:d4dcf3820688
graphics.in.h: Add note about why "interpreter" property is required for surf,line,patch.
* libinterp/corefcn/graphics.in.h: Add note about why "interpreter" property is required for surf,line,patch.
author | Rik <rik@octave.org> |
---|---|
date | Mon, 29 Jul 2013 09:55:18 -0700 |
parents | c2b2c7ddf93c |
children | 7870c65bba67 |
files | libinterp/corefcn/graphics.in.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h +++ b/libinterp/corefcn/graphics.in.h @@ -4276,6 +4276,7 @@ string_property displayname , "" radio_property erasemode , "{normal}|none|xor|background" // FIXME: interpreter is not a property of Matlab line objects. + // Octave uses this for legend() with the string displayname. radio_property interpreter , "{tex}|none|latex" radio_property linestyle , "{-}|--|:|-.|none" double_property linewidth , 0.5 @@ -4685,6 +4686,7 @@ array_property facevertexalphadata , Matrix () array_property facevertexcdata , Matrix () // FIXME: interpreter is not a property of a Matlab patch. + // Octave uses this for legend() with the string displayname. radio_property interpreter , "{tex}|none|latex" radio_property linestyle , "{-}|--|:|-.|none" double_property linewidth , 0.5 @@ -4805,6 +4807,7 @@ color_property facecolor , "none|{flat}|interp|texturemap" radio_property facelighting , "{none}|flat|gouraud|phong" // FIXME: interpreter is not a Matlab surface property + // Octave uses this for legend() with the string displayname. radio_property interpreter , "{tex}|none|latex" radio_property linestyle , "{-}|--|:|-.|none" double_property linewidth , 0.5