We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347a415 commit f6f65afCopy full SHA for f6f65af
examples/demo.pl
@@ -93,7 +93,6 @@ sub prompt {
93
);
94
prompt("Area curve with filled colors");
95
96
-
97
################################
98
# some 3d stuff
99
lib/PDL/Graphics/Gnuplot.pm
@@ -5301,7 +5301,7 @@ our $cOptionsAbbrevs = _gen_abbrev_list(keys %$cOptionsTable);
5301
pt => ["pointtype"],
5302
ps => ["pointsize"],
5303
fs => ["fillstyle"],
5304
- fc => ["fillcolor"]
+ fc => ["fillcolor"],
5305
};
5306
for my $k(%$officialAbbrevs){
5307
$cOptionsAbbrevs->{$k} = $officialAbbrevs->{$k};
0 commit comments