| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -804,7 +804,7 @@ EOF | |||
| 804 | 804 | tryplot( testname => 'Error bars (using extraValuesPerPoint)', | |
| 805 | 805 | cmd => q{seq 5 | gawk '{print $1,$1,$1/10}'}, | |
| 806 | 806 | options => [qw(--domain), | |
| 807 | - qw(--extraValuesPerPoint 1 --curvestyle 0), 'with errorbars'], | ||
| 807 | + qw(--extraValuesPerPoint 1 --with errorbars)], | ||
| 808 | 808 | refplot => <<'EOF' ); | |
| 809 | 809 | ||
| 810 | 810 | ||
@@ -2280,7 +2280,7 @@ sub tryplot | |||
| 2280 | 2280 | my %args = @_; | |
| 2281 | 2281 | ||
| 2282 | 2282 | my @options = ('--exit', | |
| 2283 | - '--extracmds', 'unset grid', | ||
| 2283 | + qw(--unset grid), | ||
| 2284 | 2284 | '--terminal', 'dumb 100,40'); | |
| 2285 | 2285 | unshift @options, @{$args{options}}; | |
| 2286 | 2286 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments