Clean up testing output.
This commit is contained in:
parent
b365c06230
commit
83838a8414
@ -637,7 +637,7 @@ plot 1/0
|
|||||||
|
|
||||||
push @data, qq(
|
push @data, qq(
|
||||||
unset multiplot
|
unset multiplot
|
||||||
test
|
#test
|
||||||
);
|
);
|
||||||
|
|
||||||
# Cleanup stored variables
|
# Cleanup stored variables
|
||||||
@ -658,7 +658,7 @@ undefine \$DataMaxMinTable
|
|||||||
|
|
||||||
# run the data through gnuplot
|
# run the data through gnuplot
|
||||||
$gnuplot_data = join "\n", @data;
|
$gnuplot_data = join "\n", @data;
|
||||||
print $gnuplot_data;
|
#print $gnuplot_data;
|
||||||
|
|
||||||
open( my $ofh, '>', $output )
|
open( my $ofh, '>', $output )
|
||||||
or die "Could not open file '$output' $!";
|
or die "Could not open file '$output' $!";
|
||||||
|
Loading…
Reference in New Issue
Block a user