From acd6de507c4549ddaaf3577496071b1608865f92 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sat, 19 Oct 2013 14:26:30 -0700 Subject: [PATCH] fixed doc reformatting typo --- bin/feedgnuplot | 37 ++++++++++--------------------------- 1 file changed, 10 insertions(+), 27 deletions(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 1958fb8..5b0ce26 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -1250,39 +1250,15 @@ Automatically increments extraValuesPerPoint =item ---xlabel xxx - -Set x-axis label - -=item - ---ylabel xxx - -Set y-axis label - -=item - ---y2label xxx - -Set y2-axis label. Does not apply to 3d plots - -=item - ---zlabel xxx - -Set y-axis label. Only applies to 3d plots - -=item - --title xxx Set the title of the plot =item ---legend curveID lege +--legend curveID legend -nd Set the label for a curve plot. Use this option multiple times for multiple +Set the label for a curve plot. Use this option multiple times for multiple curves. With --dataid, curveID is the ID. Otherwise, it's the index of the curve, starting at 0 @@ -1306,7 +1282,14 @@ to 0 to plot ALL the data. Does not make sense with 3d plots. Implies Set the range for the given axis. These x-axis bounds are ignored in a streaming plot. The y2-axis bound do not apply in 3d plots. The z-axis bounds apply -I to 3d plots or colormaps. +I to 3d plots or colormaps. + +=item + +--xlabel/ylabel/y2label/zlabel xxx + +Label the given axis. The y2-axis label does not apply to 3d plots while the +z-axis label applies I to 3d plots. =item