mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-22 13:58:07 +08:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e8f9e09090 | ||
![]() |
9df57fb65f |
6
Changes
6
Changes
@@ -1,3 +1,9 @@
|
|||||||
|
feedgnuplot (1.47)
|
||||||
|
|
||||||
|
* Fixed typo. Everything is un-broken now
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Fri, 23 Feb 2018 10:21:13 -0800
|
||||||
|
|
||||||
feedgnuplot (1.46)
|
feedgnuplot (1.46)
|
||||||
|
|
||||||
* Added --tuplesize and --tuplesizeall as alternatives to --rangesize
|
* Added --tuplesize and --tuplesizeall as alternatives to --rangesize
|
||||||
|
@@ -16,7 +16,7 @@ use Pod::Usage;
|
|||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
# Makefile.PL assumes this is in ''
|
# Makefile.PL assumes this is in ''
|
||||||
my $VERSION = '1.46';
|
my $VERSION = '1.47';
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
@@ -925,7 +925,7 @@ sub mainThread
|
|||||||
}
|
}
|
||||||
elsif($options{vnlog} )
|
elsif($options{vnlog} )
|
||||||
{
|
{
|
||||||
if( $icurve >= @vnlog_headers )
|
if( $i_curve >= @vnlog_headers )
|
||||||
{
|
{
|
||||||
# Got more columns than vnlog headers. The data is probably
|
# Got more columns than vnlog headers. The data is probably
|
||||||
# bogus, but I don't want to barf at the user, so I silently
|
# bogus, but I don't want to barf at the user, so I silently
|
||||||
|
Reference in New Issue
Block a user