mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 14:04:49 +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
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user