diff libinterp/corefcn/graphics.in.h @ 17529:ec5bd610a11f

Add support for long form marker styles such as "square", "diamond", etc. * libinterp/corefcn/graphics.in.h: Add "square", "diamond", "hexagram", "pentagram" to marker radio possibilities list. * HG: changed scripts/plot/private/__pltopt__.m: Correctly decode "square", "diamond", "hexagram", "pentagram" markers in linestyle spec.
author Rik <rik@octave.org>
date Tue, 01 Oct 2013 15:30:20 -0700
parents 55680de6a897
children fc31cd1bd503
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Tue Oct 01 14:22:42 2013 -0700
+++ b/libinterp/corefcn/graphics.in.h	Tue Oct 01 15:30:20 2013 -0700
@@ -4278,7 +4278,7 @@
       radio_property interpreter , "{tex}|none|latex"
       radio_property linestyle , "{-}|--|:|-.|none"
       double_property linewidth , 0.5
-      radio_property marker , "{none}|+|o|*|.|x|s|d|^|v|>|<|p|h"
+      radio_property marker , "{none}|+|o|*|.|x|s|square|d|diamond|^|v|>|<|p|pentagram|h|hexagram"
       color_property markeredgecolor , "{auto}|none"
       color_property markerfacecolor , "auto|{none}"
       double_property markersize , 6
@@ -4688,7 +4688,8 @@
       radio_property interpreter , "{tex}|none|latex"
       radio_property linestyle , "{-}|--|:|-.|none"
       double_property linewidth , 0.5
-      radio_property marker , "{none}|+|o|*|.|x|s|d|^|v|>|<|p|h"
+      radio_property marker , "{none}|+|o|*|.|x|s|square|d|diamond|^|v|>|<|p|pentagram|h|hexagram"
+      //radio_property marker , "{none}|+|o|*|.|x|s|d|^|v|>|<|p|h"
       color_property markeredgecolor , "none|{auto}|flat"
       color_property markerfacecolor , "{none}|auto|flat"
       double_property markersize , 6
@@ -4809,7 +4810,8 @@
       radio_property interpreter , "{tex}|none|latex"
       radio_property linestyle , "{-}|--|:|-.|none"
       double_property linewidth , 0.5
-      radio_property marker , "{none}|+|o|*|.|x|s|d|^|v|>|<|p|h"
+      radio_property marker , "{none}|+|o|*|.|x|s|square|d|diamond|^|v|>|<|p|pentagram|h|hexagram"
+      //radio_property marker , "{none}|+|o|*|.|x|s|d|^|v|>|<|p|h"
       color_property markeredgecolor , "none|{auto}|flat"
       color_property markerfacecolor , "{none}|auto|flat"
       double_property markersize , 6