From 3bf2fa43efc7d9ec3c9ea21724e812b2c2fb6592 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 22 Dec 2017 23:30:25 -0800 Subject: [PATCH] Un-documented --extraValuesPerPoint This is awkward and I want to get rid of it. It still works, but there's no more documentation for it --- bin/feedgnuplot | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 85baefe..8b07751 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -113,7 +113,8 @@ sub interpretCommandline 'image=s', 'histogram=s@', 'binwidth=f', 'histstyle=s', 'terminal=s', - 'rangesize=s{2}', 'rangesizeall=i', 'extraValuesPerPoint=i', + 'rangesize=s{2}', 'rangesizeall=i', + 'extraValuesPerPoint=i', # deprecated and undocumented 'help', 'dump', 'exit', 'version', 'geometry=s') or exit 1; @@ -1846,10 +1847,10 @@ replotted before being purged C<--rangesize curveID xxx> -The options C<--rangesizeall>, C<--rangesize> and C<--extraValuesPerPoint> set -the number of values are needed to represent each point being plotted (see -L above). These options are I needed if -unknown styles are used, with C<--styleall> or C<--with> for instance. +The options C<--rangesizeall> and C<--rangesize> set the number of values are +needed to represent each point being plotted (see L above). These options are I needed if unknown styles are used, +with C<--styleall> or C<--with> for instance. C<--rangesize> is used to set how many values are needed to represent the range of a point for a particular curve. This overrides any defaults that may exist @@ -1865,16 +1866,6 @@ C<--rangesizeall xxx> Like C<--rangesize>, but applies to I the curves. -C<--extraValuesPerPoint xxx> - -Like C<--rangesizeall>, but instead of overriding the default, adds to it. For -example, if plotting non-lopsided y errorbars gnuplot wants (x,y,ydelta) tuples. -These can be specified both with C<--rangesizeall 2> (because there are 2 range -values) or C<--extraValuesPerPoint 1> (because there's 1 more value than usual). - -This option is I needed if unknown styles are used, with C<--styleall> or -C<--with> for instance. - =item C<--dump>