=item dclrs (short for datacolours) This controls the colors for the bars, lines, markers, or pie slices. This should be a reference to an array of colour names as defined in L (S> for the names available). $graph->set( dclrs => [ qw(green pink blue cyan) ] ); #### _rgb($self->{dclrs}[$_[0] % @{$self->{dclrs}} - 1]); #### add_colour(colourname => [$r, $g, $b]) or add_colour('#7fe310') Self-explanatory. Exported with the :colours tag.