Skip to content

Commit

Permalink
fixing code based on PR comments - cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasnkumar authored and mohawk2 committed Nov 21, 2024
1 parent 7081c7c commit 7352eac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/demo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ sub prompt {
);
prompt("Area curve with filled colors");


################################
# some 3d stuff
################################
Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Gnuplot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5301,7 +5301,7 @@ our $cOptionsAbbrevs = _gen_abbrev_list(keys %$cOptionsTable);
pt => ["pointtype"],
ps => ["pointsize"],
fs => ["fillstyle"],
fc => ["fillcolor"]
fc => ["fillcolor"],
};
for my $k(%$officialAbbrevs){
$cOptionsAbbrevs->{$k} = $officialAbbrevs->{$k};
Expand Down

0 comments on commit 7352eac

Please sign in to comment.