This commit is contained in:
Christian Wolf 2017-07-24 13:05:16 +02:00
parent 829fc58dbf
commit f63f9a7237

View File

@ -2,7 +2,6 @@
eplot ("easy gnuplot") is a ruby script which allows to pipe data easily through gnuplot and create plots quickly, which can be saved in postscript, PDF, PNG or EMF files. Plotting of multiple files into a single diagram is supported.
==== One plot per diagram
The easiest way is to pipe the data through the program. Let's assume that you have a file called data.txt, the syntax would be:
cat data.txt | eplot