mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
Merge branch 'master' into debian
This commit is contained in:
commit
a6fef8c9f4
10
Changes
10
Changes
@ -1,4 +1,10 @@
|
|||||||
feedgnuplot (1.25) unstable; urgency=low
|
feedgnuplot (1.26)
|
||||||
|
|
||||||
|
* Minor POD fixes
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Sun, 20 Oct 2013 01:17:57 -0700
|
||||||
|
|
||||||
|
feedgnuplot (1.25)
|
||||||
|
|
||||||
* Added test suite
|
* Added test suite
|
||||||
* Added initial support for --timefmt. Currently time/date data is
|
* Added initial support for --timefmt. Currently time/date data is
|
||||||
@ -12,7 +18,7 @@ feedgnuplot (1.25) unstable; urgency=low
|
|||||||
|
|
||||||
-- Dima Kogan <dima@secretsauce.net> Sun, 20 Oct 2013 00:09:36 -0700
|
-- Dima Kogan <dima@secretsauce.net> Sun, 20 Oct 2013 00:09:36 -0700
|
||||||
|
|
||||||
feedgnuplot (1.24) unstable; urgency=low
|
feedgnuplot (1.24)
|
||||||
|
|
||||||
* Fixed regression in --monotonic. This works again now
|
* Fixed regression in --monotonic. This works again now
|
||||||
* moved POD back into the main source file. This fixes the broken usage
|
* moved POD back into the main source file. This fixes the broken usage
|
||||||
|
@ -13,7 +13,7 @@ use Thread::Queue;
|
|||||||
use Pod::Usage;
|
use Pod::Usage;
|
||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
my $VERSION = 1.25;
|
my $VERSION = 1.26;
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
@ -1063,7 +1063,7 @@ the same way as before.
|
|||||||
If the input data domain is a time/date, this can be interpreted with
|
If the input data domain is a time/date, this can be interpreted with
|
||||||
C<--timefmt>. This option takes a single argument: the format to use to parse
|
C<--timefmt>. This option takes a single argument: the format to use to parse
|
||||||
the data. The format is documented in 'set timefmt' in gnuplot, although the
|
the data. The format is documented in 'set timefmt' in gnuplot, although the
|
||||||
common flags that L<strftime> understands are generally supported. The backslash
|
common flags that C<strftime> understands are generally supported. The backslash
|
||||||
sequences in the format are I<not> supported, so if you want a tab, put in a tab
|
sequences in the format are I<not> supported, so if you want a tab, put in a tab
|
||||||
instead of \t. Whitespace in the format I<is> supported. When this flag is
|
instead of \t. Whitespace in the format I<is> supported. When this flag is
|
||||||
given, some other options act a little bit differently:
|
given, some other options act a little bit differently:
|
||||||
@ -1107,7 +1107,7 @@ used. To refresh at specific intervals indicated by the data, set the
|
|||||||
refreshperiod to 0 or to 'trigger'. The plot will then I<only> be refreshed when
|
refreshperiod to 0 or to 'trigger'. The plot will then I<only> be refreshed when
|
||||||
a data line 'replot' is received. This 'replot' command works in both triggered
|
a data line 'replot' is received. This 'replot' command works in both triggered
|
||||||
and timed modes, but in triggered mode, it's the only way to replot. Look in
|
and timed modes, but in triggered mode, it's the only way to replot. Look in
|
||||||
L<Special data commands> for more information.
|
L</"Special data commands"> for more information.
|
||||||
|
|
||||||
To plot only the most recent data (instead of I<all> the data), C<--xlen
|
To plot only the most recent data (instead of I<all> the data), C<--xlen
|
||||||
windowsize> can be given. This will create an constantly-updating, scrolling
|
windowsize> can be given. This will create an constantly-updating, scrolling
|
||||||
@ -1300,7 +1300,7 @@ C<--extraValuesPerPoint>
|
|||||||
Plot the data as it comes in, in realtime. If period is given, replot every
|
Plot the data as it comes in, in realtime. If period is given, replot every
|
||||||
period seconds. If no period is given, replot at 1Hz. If the period is given as
|
period seconds. If no period is given, replot at 1Hz. If the period is given as
|
||||||
0 or 'trigger', replot I<only> when the incoming data dictates this. See the
|
0 or 'trigger', replot I<only> when the incoming data dictates this. See the
|
||||||
L<Real-time streaming data> section of the man page.
|
L</"Real-time streaming data"> section of the man page.
|
||||||
|
|
||||||
=item
|
=item
|
||||||
|
|
||||||
@ -1319,7 +1319,7 @@ Do [not] draw points
|
|||||||
--circles
|
--circles
|
||||||
|
|
||||||
Plot with circles. This requires a radius be specified for each point.
|
Plot with circles. This requires a radius be specified for each point.
|
||||||
Automatically increments C<--extraValuesPerPoint). C<Not> supported for 3d
|
Automatically increments C<--extraValuesPerPoint>). C<Not> supported for 3d
|
||||||
plots.
|
plots.
|
||||||
|
|
||||||
=item
|
=item
|
||||||
|
Loading…
Reference in New Issue
Block a user