mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 14:31:11 +08:00
whitespace
This commit is contained in:
parent
8b8c8a28e4
commit
85b33dffc7
@ -509,9 +509,7 @@ sub mainThread
|
|||||||
plotStoredData($domain[0] - $options{xlen}, $domain[0]);
|
plotStoredData($domain[0] - $options{xlen}, $domain[0]);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{ plotStoredData(); }
|
||||||
plotStoredData();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -571,14 +569,8 @@ sub plotStoredData
|
|||||||
my @extraopts = map {$_->[0]{options}} @nonemptyCurves;
|
my @extraopts = map {$_->[0]{options}} @nonemptyCurves;
|
||||||
|
|
||||||
my $body = join(', ' , map({ '"-"' . $_} @extraopts) );
|
my $body = join(', ' , map({ '"-"' . $_} @extraopts) );
|
||||||
if($options{'3d'})
|
if($options{'3d'}) { print PIPE "splot $body\n"; }
|
||||||
{
|
else { print PIPE "plot $body\n"; }
|
||||||
print PIPE "splot $body\n";
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
print PIPE "plot $body\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
foreach my $buf (@nonemptyCurves)
|
foreach my $buf (@nonemptyCurves)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user