lib/ctioga2/graphics/styles/curve.rb in ctioga2-0.13.1 vs lib/ctioga2/graphics/styles/curve.rb in ctioga2-0.14
- old
+ new
@@ -89,9 +89,15 @@
typed_attribute :zaxis, 'text'
# A colormap for markers (only for XYZ data)
typed_attribute :marker_color_map, 'colormap'
+ # A colormap for the line of markers (only for XYZ data)
+ typed_attribute :marker_line_color_map, 'colormap'
+
+ # A colormap for the fill color of markers (only for XYZ data)
+ typed_attribute :marker_fill_color_map, 'colormap'
+
# If this is specified when choosing the marker scale as a
# function of a given Z value, then the original Z segment is
# mapped to min_scale -> scale.
typed_attribute :marker_min_scale, 'float-or-false'