From bdb9919c3938976df2910c859bb446dd88fd1706 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 17 Apr 2020 14:18:09 -0700 Subject: [PATCH] documented --every --- README.pod | 15 +++++++++++++++ bin/feedgnuplot | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/README.pod b/README.pod index f55bcd8..b134c3c 100644 --- a/README.pod +++ b/README.pod @@ -641,6 +641,21 @@ Exclusive with C<--styleall>. =item +C<--every curveID factor> + +Decimates the input. Instead of plotting every point in the given curve, plot +one point per factor. This is useful to quickly process huge datasets. For +instance, to plot 1% of the data, pass a factor of 100. + +=item + +C<--everyallID factor> + +Decimates the input. This works exactly like C<--every>, except it applies to +I the curves. + +=item + C<--extracmds xxx> Additional commands to pass on to gnuplot verbatim. These could contain extra diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 74668ef..a876e63 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -1994,6 +1994,21 @@ Exclusive with C<--styleall>. =item +C<--every curveID factor> + +Decimates the input. Instead of plotting every point in the given curve, plot +one point per factor. This is useful to quickly process huge datasets. For +instance, to plot 1% of the data, pass a factor of 100. + +=item + +C<--everyallID factor> + +Decimates the input. This works exactly like C<--every>, except it applies to +I the curves. + +=item + C<--extracmds xxx> Additional commands to pass on to gnuplot verbatim. These could contain extra