From 7352eaca8b4dc4cacfdecb2f4b329d329624d0d8 Mon Sep 17 00:00:00 2001 From: Vikas N Kumar Date: Fri, 15 Nov 2024 21:37:22 -0500 Subject: [PATCH] fixing code based on PR comments - cosmetic --- examples/demo.pl | 1 - lib/PDL/Graphics/Gnuplot.pm | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/demo.pl b/examples/demo.pl index 63c8306..699b016 100755 --- a/examples/demo.pl +++ b/examples/demo.pl @@ -93,7 +93,6 @@ sub prompt { ); prompt("Area curve with filled colors"); - ################################ # some 3d stuff ################################ diff --git a/lib/PDL/Graphics/Gnuplot.pm b/lib/PDL/Graphics/Gnuplot.pm index 0eae4d7..e0475d1 100644 --- a/lib/PDL/Graphics/Gnuplot.pm +++ b/lib/PDL/Graphics/Gnuplot.pm @@ -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};