Skip to content

Commit 829fc58

Browse files
Create README.md
1 parent 5106b6d commit 829fc58

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# eplot
2+
3+
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.
4+
5+
==== One plot per diagram
6+
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:
7+
8+
cat data.txt | eplot
9+
10+
There are several ways to create multiple plots on a single diagramm:
11+
12+
-m: Several input files: Just give the name of the files on the command line together with the -m option
13+
-M: A single file, the data for the different curves are in different columns: give the name of the file on the command line or pipe the data through standard in, and set the -M option
14+
-S: A single file, the data for the different curves are in the same column, but the curves are separated by blank lines: give the name of the file on the command line or pipe the data through standard in, and set the -S option
15+
16+
See the online documentation for more info
17+
http://liris.cnrs.fr/christian.wolf/software/eplot/index.html

0 commit comments

Comments
 (0)