Skip to content

Commit

Permalink
PLplot can only do 15 colours so only ask for that
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed May 4, 2024
1 parent 85b7214 commit a3c4ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Simple/PLplot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ our $plplot_methods = {
}
};

our @colors = qw/BLACK RED GREEN BLUE MAGENTA CYAN YELLOW TURQUOISE PINK AQUAMARINE LIGHTSEAGREEN GOLD2 BROWN VIOLET FORESTGREEN LIGHTGOLDENROD/;
our @colors = qw/BLACK RED GREEN BLUE MAGENTA CYAN YELLOW TURQUOISE PINK AQUAMARINE LIGHTSEAGREEN GOLD2 BROWN/;

##############################
# PDL::Graphics::Simple::PLplot::plot
Expand Down

0 comments on commit a3c4ca6

Please sign in to comment.