Method: Statsample::Graph::Scatterplot#groups

Defined in:
lib/statsample/graph/scatterplot.rb

#groupsObject

Array with assignation to groups of bars For example, for four vectors,

boxplot.groups=[1,2,1,3]

Assign same color to first and third element, and different to second and fourth



50
51
52
# File 'lib/statsample/graph/scatterplot.rb', line 50

def groups
  @groups
end