# HG changeset patch # User Rik # Date 1375116918 25200 # Node ID d4dcf38206888b5e4460bef3a52773b02194bac3 # Parent c2b2c7ddf93cbbfe70da6906f771a0576b9c93c4 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. diff -r c2b2c7ddf93c -r d4dcf3820688 libinterp/corefcn/graphics.in.h --- a/libinterp/corefcn/graphics.in.h Sun Jul 28 17:15:37 2013 -0700 +++ b/libinterp/corefcn/graphics.in.h Mon Jul 29 09:55:18 2013 -0700 @@ -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