diff --git a/macros/graph/StatisticalPlots.pl b/macros/graph/StatisticalPlots.pl index 821e3c3e3..28bc916f8 100644 --- a/macros/graph/StatisticalPlots.pl +++ b/macros/graph/StatisticalPlots.pl @@ -125,10 +125,10 @@ =head3 OPTIONS (C) and number of colors to generate (C) (see L for more information). If this is a reference to an array and the length of the array is smaller than the number of data values in the array -referenced to by C<$data>, then the colors will be cycled. +referenced to by C<$data>, then the colors will be cycled. -If C is included in the list of options, this will apply the same -color to each bar. If neither C nor C is included, +If C is included in the list of options, this will apply the same +color to each bar. If neither C nor C is included, then the 'rainbow' palette will be used as default. For example, @@ -845,7 +845,7 @@ sub color_palette { if ($palette_name eq 'rainbow') { return [ 'Violet', 'blue', 'green', 'yellow', 'orange', 'red' ]; } elsif ($palette_name eq 'greens') { - return [ 'Green', 'Olive', 'DarkGreen', 'LawnGreen', 'MediumAquaMarine', 'LimeGreen' ]; + return [ 'Green', 'Olive', 'DarkGreen', 'LawnGreen', 'MediumAquamarine', 'LimeGreen' ]; } elsif ($palette_name eq 'blues') { return [ 'Blue', 'MidnightBlue', 'MediumBlue', 'LightSkyBlue', 'DodgerBlue', 'DarkBlue', 'CornflowerBlue' ]; } elsif ($palette_name eq 'reds') {