mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-24 15:38:08 +08:00
renamed a function
This commit is contained in:
@@ -418,7 +418,7 @@ sub mainThread {
|
|||||||
|
|
||||||
if( $options{"xlen"} )
|
if( $options{"xlen"} )
|
||||||
{
|
{
|
||||||
cutOld($xlast - $options{"xlen"});
|
pruneOldData($xlast - $options{"xlen"});
|
||||||
plotStoredData($xlast - $options{"xlen"}, $xlast);
|
plotStoredData($xlast - $options{"xlen"}, $xlast);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -457,7 +457,7 @@ sub mainThread {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sub cutOld
|
sub pruneOldData
|
||||||
{
|
{
|
||||||
my ($oldestx) = @_;
|
my ($oldestx) = @_;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user