[SCM] Feedgnuplot. Pipe-oriented frontend to Gnuplot. branch, debian, updated. debian/1.23-2-15-g184102a
Dima Kogan
dima at secretsauce.net
Fri Feb 8 10:32:57 UTC 2013
The following commit has been merged in the debian branch:
commit ef3272eb6d254b475ee7113c22a043722f3d9e60
Author: Dima Kogan <dima at secretsauce.net>
Date: Fri Feb 8 02:09:18 2013 -0800
minor documentation updates
diff --git a/INSTALL b/INSTALL
index c86f4f5..10f8a92 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,10 @@
If running on a Debian-based OS (this includes Ubuntu), it is highly recommended
-to install this program as a package by doing
+to install this program as a package. In debian/unstable feedgnuplot is in the
+official repos, so all you need to do is
+
+ sudo apt-get install feedgnuplot
+
+Otherwise a package can be built with
ln -fs package_definitions/debian debian
dpkg-buildpackage -us -uc -b
diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index 4d2196a..7c0c4e0 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -1079,10 +1079,12 @@ As an example, if line 3 of the input is "0 9 1 20"
automatically set it. This option is ONLY needed if unknown styles are
used, with --curvestyleall for instance
- --dump Instead of printing to gnuplot, print to STDOUT. For
- debugging.
+ --dump Instead of printing to gnuplot, print to STDOUT. Very useful for
+ debugging. It is possible to send the output produced this way to
+ gnuplot directly.
--geometry If using X11, specifies the size, position of the plot window
+
--version Print the version and exit
=head1 ACKNOWLEDGEMENT
--
Feedgnuplot. Pipe-oriented frontend to Gnuplot.
More information about the debian-science-commits
mailing list