mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-18 19:18:06 +08:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
235de3d5d1 | ||
![]() |
198122431f |
6
Changes
6
Changes
@@ -1,3 +1,9 @@
|
|||||||
|
feedgnuplot (1.28)
|
||||||
|
|
||||||
|
* Minor POD update
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Wed, 04 Dec 2013 02:01:05 -0800
|
||||||
|
|
||||||
feedgnuplot (1.27)
|
feedgnuplot (1.27)
|
||||||
|
|
||||||
* Disabled tests that can fail on some arches (can be re-enabled with
|
* Disabled tests that can fail on some arches (can be re-enabled with
|
||||||
|
@@ -13,7 +13,7 @@ use Thread::Queue;
|
|||||||
use Pod::Usage;
|
use Pod::Usage;
|
||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
my $VERSION = 1.27;
|
my $VERSION = 1.28;
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
@@ -961,6 +961,47 @@ Simple plotting of piped data:
|
|||||||
|
|
||||||
$ seq 5 | awk '{print 2*$1, $1*$1}' |
|
$ seq 5 | awk '{print 2*$1, $1*$1}' |
|
||||||
feedgnuplot --lines --points --legend 0 "data 0" --title "Test plot" --y2 1
|
feedgnuplot --lines --points --legend 0 "data 0" --title "Test plot" --y2 1
|
||||||
|
--terminal 'dumb 80,40' --exit
|
||||||
|
|
||||||
|
Test plot
|
||||||
|
|
||||||
|
10 ++------+--------+-------+-------+-------+--------+-------+------*A 25
|
||||||
|
+ + + + + + + + **#+
|
||||||
|
| : : : : : : data 0+**A*** |
|
||||||
|
| : : : : : : :** # |
|
||||||
|
9 ++.......................................................**.##....|
|
||||||
|
| : : : : : : ** :# |
|
||||||
|
| : : : : : : ** # |
|
||||||
|
| : : : : : :** ##: ++ 20
|
||||||
|
8 ++................................................A....#..........|
|
||||||
|
| : : : : : **: # : |
|
||||||
|
| : : : : : ** : ## : |
|
||||||
|
| : : : : : ** :# : |
|
||||||
|
| : : : : :** B : |
|
||||||
|
7 ++......................................**......##................|
|
||||||
|
| : : : : ** : ## : : ++ 15
|
||||||
|
| : : : : ** : # : : |
|
||||||
|
| : : : :** : ## : : |
|
||||||
|
6 ++..............................*A.......##.......................|
|
||||||
|
| : : : ** : ##: : : |
|
||||||
|
| : : : ** : # : : : |
|
||||||
|
| : : :** : ## : : : ++ 10
|
||||||
|
5 ++......................**........##..............................|
|
||||||
|
| : : ** : #B : : : |
|
||||||
|
| : : ** : ## : : : : |
|
||||||
|
| : :** : ## : : : : |
|
||||||
|
4 ++...............A.......###......................................|
|
||||||
|
| : **: ##: : : : : |
|
||||||
|
| : ** : ## : : : : : ++ 5
|
||||||
|
| : ** : ## : : : : : |
|
||||||
|
| :** ##B# : : : : : |
|
||||||
|
3 ++.....**..####...................................................|
|
||||||
|
| **#### : : : : : : |
|
||||||
|
| **## : : : : : : : |
|
||||||
|
B** + + + + + + + +
|
||||||
|
2 A+------+--------+-------+-------+-------+--------+-------+------++ 0
|
||||||
|
1 1.5 2 2.5 3 3.5 4 4.5 5
|
||||||
|
|
||||||
|
|
||||||
Simple real-time plotting example: plot how much data is received on the wlan0
|
Simple real-time plotting example: plot how much data is received on the wlan0
|
||||||
network interface in bytes/second (uses bash, awk and Linux):
|
network interface in bytes/second (uses bash, awk and Linux):
|
||||||
|
Reference in New Issue
Block a user