mirror of
https://github.com/chriswolfvision/eplot.git
synced 2025-05-06 06:46:43 +08:00
Peanuts
This commit is contained in:
parent
829fc58dbf
commit
f63f9a7237
@ -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.
|
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:
|
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
|
cat data.txt | eplot
|
||||||
|
Loading…
Reference in New Issue
Block a user