Merge branch 'master' into debian

This commit is contained in:
Dima Kogan 2018-03-16 13:55:16 -07:00
commit 38e92c5ba9
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
feedgnuplot (1.49)
* --vnl now works with plots that have rangesize > 1
* zsh completion: --xlen argument isn't optional
-- Dima Kogan <dima@secretsauce.net> Fri, 16 Mar 2018 13:52:28 -0700
feedgnuplot (1.48)
* --vnlog works properly with --domain

View File

@ -16,7 +16,7 @@ use Pod::Usage;
use Time::Piece;
# Makefile.PL assumes this is in ''
my $VERSION = '1.48';
my $VERSION = '1.49';
my %options;
interpretCommandline();
@ -951,7 +951,7 @@ sub mainThread
splice( @fields, 0, $rangesize ) ) . "\n",
$domain0_numeric);
$i_column++;
$i_column += $rangesize;
}
}

View File

@ -16,7 +16,7 @@ _arguments -S
'--zlabel:Z-axis label:' \
'--title:Plot title:' \
'--autolegend[Label each plot with its data ID]' \
'(--3d)--xlen[the size of the x-window to plot]::window size:' \
'(--3d)--xlen[the size of the x-window to plot]:window size:' \
'(--xlen)--xmin:min X:' \
'(--xlen)--xmax:max X:' \
'--ymin:min Y:' \