diff --git a/README.md b/README.md index 9546073..e872bd3 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ The easiest way is to pipe the data through the program. Let's assume that you h cat data.txt | eplot +Which will give a result looking like this: + +![alt text](doc/img.png) + There are several ways to create multiple plots on a single diagramm: -m: Several input files: Just give the name of the files on the command line together with the -m option diff --git a/doc/eplot_multiple.gif b/doc/eplot_multiple.gif new file mode 100644 index 0000000..6b0f441 Binary files /dev/null and b/doc/eplot_multiple.gif differ diff --git a/doc/eplot_single.gif b/doc/eplot_single.gif new file mode 100644 index 0000000..f20993c Binary files /dev/null and b/doc/eplot_single.gif differ