mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
minor documentation updates
This commit is contained in:
parent
ef5a158144
commit
ef3272eb6d
7
INSTALL
7
INSTALL
@ -1,5 +1,10 @@
|
|||||||
If running on a Debian-based OS (this includes Ubuntu), it is highly recommended
|
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
|
ln -fs package_definitions/debian debian
|
||||||
dpkg-buildpackage -us -uc -b
|
dpkg-buildpackage -us -uc -b
|
||||||
|
@ -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
|
automatically set it. This option is ONLY needed if unknown styles are
|
||||||
used, with --curvestyleall for instance
|
used, with --curvestyleall for instance
|
||||||
|
|
||||||
--dump Instead of printing to gnuplot, print to STDOUT. For
|
--dump Instead of printing to gnuplot, print to STDOUT. Very useful for
|
||||||
debugging.
|
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
|
--geometry If using X11, specifies the size, position of the plot window
|
||||||
|
|
||||||
--version Print the version and exit
|
--version Print the version and exit
|
||||||
|
|
||||||
=head1 ACKNOWLEDGEMENT
|
=head1 ACKNOWLEDGEMENT
|
||||||
|
Loading…
Reference in New Issue
Block a user