We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ed461 commit 18994e6Copy full SHA for 18994e6
Changes
@@ -1,3 +1,11 @@
1
+feedgnuplot (1.38)
2
+
3
+ * hardcopy defaults:
4
+ - no enhanced text mode
5
+ - larger font size
6
7
+ -- Dima Kogan <dima@secretsauce.net> Wed, 27 Jul 2016 22:15:11 -0700
8
9
feedgnuplot (1.37)
10
11
* At the end of a streaming plot, include the last chunk of data
bin/feedgnuplot
@@ -14,7 +14,7 @@ use Text::ParseWords; # for shellwords
14
use Pod::Usage;
15
use Time::Piece;
16
17
-my $VERSION = 1.37;
+my $VERSION = 1.38;
18
19
my %options;
20
interpretCommandline();
0 commit comments