lib/ctioga2/graphics/styles/factory.rb in ctioga2-0.13.1 vs lib/ctioga2/graphics/styles/factory.rb in ctioga2-0.14

- old
+ new

@@ -351,10 +351,12 @@ simple_parameter 'line_width', 'line width', Sets::LineWidthSets simple_parameter 'line_style', 'line style', Sets::LineStyleSets + simple_parameter 'line_cap', 'line cap', nil + # Markers simple_parameter 'marker', 'marker', Sets::MarkerSets, '-m' simple_parameter 'marker_color', "marker color", Sets::ColorSets @@ -407,15 +409,12 @@ # Only for xyz-maps or xy-parametric simple_parameter 'color_map', 'color map' simple_parameter 'zaxis', "name for the Z axis" - ## @todo For xy-parametric, there should be a way to specify - ## to which z value the maps apply (ie lines = y2, marker = - ## y3...). Although for readability, it is probably better - ## to avoid that... simple_parameter 'marker_color_map', 'color map for markers' - + simple_parameter 'marker_line_color_map', 'color map for the lines of markers' + simple_parameter 'marker_fill_color_map', 'color map for the lines of markers' simple_parameter 'split_on_nan', 'split on NaN' # Contour plot styles simple_parameter 'contour_conrec', "use CONREC for contouring"