mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
--vnl now works with plots that have rangesize > 1
This commit is contained in:
parent
5cf4acca62
commit
0f85110a38
@ -951,7 +951,7 @@ sub mainThread
|
||||
splice( @fields, 0, $rangesize ) ) . "\n",
|
||||
$domain0_numeric);
|
||||
|
||||
$i_column++;
|
||||
$i_column += $rangesize;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user