mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-20 04:38:08 +08:00
Compare commits
3 Commits
debian/1.4
...
v1.49
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e865871492 | ||
![]() |
0f85110a38 | ||
![]() |
5cf4acca62 |
7
Changes
7
Changes
@@ -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
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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:' \
|
||||
|
Reference in New Issue
Block a user