comparison libinterp/corefcn/graphics.in.h @ 20321:42b7d7758c4a

Remove axes "interpreter" property (bug #45388) * graphics.in.h (axes::properties): remove interpreter property * genpropdoc.m: remove "interpreter" from the list of axes properties * legend.m: create legend axes specific "interpreter" property * polar.m: bind labels "interpreter" to the axes "ticklabelinterpreter" * cla.m: use "ticklabelinterpreter" in test * __go_draw_axes__.m: use "ticklabelinterpreter" property for axes objects
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Thu, 25 Jun 2015 00:22:32 +0200
parents 6db2ea5556a4
children 7ac907da9fba
comparison
equal deleted inserted replaced
20320:6db2ea5556a4 20321:42b7d7758c4a
3927 double_property gridalpha , 0.15 3927 double_property gridalpha , 0.15
3928 radio_property gridalphamode , "{auto}|manual" 3928 radio_property gridalphamode , "{auto}|manual"
3929 color_property gridcolor , color_property (color_values (0.15, 0.15, 0.15), radio_values ("none")) 3929 color_property gridcolor , color_property (color_values (0.15, 0.15, 0.15), radio_values ("none"))
3930 radio_property gridcolormode , "{auto}|manual" 3930 radio_property gridcolormode , "{auto}|manual"
3931 radio_property gridlinestyle , "{:}|-|--|-.|none" 3931 radio_property gridlinestyle , "{:}|-|--|-.|none"
3932 // NOTE: interpreter is not a Matlab axis property, but it makes
3933 // more sense to have it so that axis ticklabels can use it.
3934 radio_property interpreter , "{tex}|latex|none"
3935 double_property labelfontsizemultiplier , 1.1 3932 double_property labelfontsizemultiplier , 1.1
3936 radio_property layer u , "{bottom}|top" 3933 radio_property layer u , "{bottom}|top"
3937 // FIXME: should be kind of string array. 3934 // FIXME: should be kind of string array.
3938 any_property linestyleorder S , "-" 3935 any_property linestyleorder S , "-"
3939 double_property linestyleorderindex , 1.0 3936 double_property linestyleorderindex , 1.0