FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tests use some of the nicer new syntax · Gnuplotting/feedgnuplot@6cb1574 · GitHub

Commit 6cb1574

Browse files
committed
tests use some of the nicer new syntax
1 parent 4fd1c39 commit 6cb1574

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎t/plots.t‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ EOF
804804
tryplot( testname => 'Error bars (using extraValuesPerPoint)',
805805
cmd => q{seq 5 | gawk '{print $1,$1,$1/10}'},
806806
options => [qw(--domain),
807-
qw(--extraValuesPerPoint 1 --curvestyle 0), 'with errorbars'],
807+
qw(--extraValuesPerPoint 1 --with errorbars)],
808808
refplot => <<'EOF' );
809809
810810
@@ -2280,7 +2280,7 @@ sub tryplot
22802280
my %args = @_;
22812281

22822282
my @options = ('--exit',
2283-
'--extracmds', 'unset grid',
2283+
qw(--unset grid),
22842284
'--terminal', 'dumb 100,40');
22852285
unshift @options, @{$args{options}};
22862286

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL