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