diff src/graphics.h.in @ 8222:11badf6c9e9f

__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
author Ben Abbott <bpabbott@mac.com>
date Thu, 16 Oct 2008 03:42:40 -0400
parents a10397d26114
children e41f420875db
line wrap: on
line diff
--- a/src/graphics.h.in	Wed Oct 15 20:35:22 2008 +0100
+++ b/src/graphics.h.in	Thu Oct 16 03:42:40 2008 -0400
@@ -2539,6 +2539,8 @@
     // See the genprops.awk script for an explanation of the
     // properties declarations.
 
+    // properties which are not in matlab: interpreter
+
     BEGIN_PROPERTIES(axes)
       array_property position u , default_axes_position ()
       handle_property title SOf , gh_manager::make_graphics_handle ("text", __myhandle__)
@@ -2585,6 +2587,7 @@
       radio_property xticklabelmode , "{auto}|manual"
       radio_property yticklabelmode , "{auto}|manual"
       radio_property zticklabelmode , "{auto}|manual"
+      radio_property interpreter , "tex|{none}|latex"
       color_property color , color_property (color_values (1, 1, 1), radio_values ("none"))
       color_property xcolor , color_values (0, 0, 0)
       color_property ycolor , color_values (0, 0, 0)