From 2ecdfb9aefd2a00c04fd0144df876714741d3605 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 13 Nov 2015 11:19:25 -0800 Subject: [PATCH] minor POD fix --- bin/feedgnuplot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 7ceb3ca..cba4b36 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -1617,7 +1617,7 @@ times. C<--equation xxx> Gnuplot can plot both data and symbolic equations. C generally -plots data, but with this option can plot symbolic equations /also/. This is +plots data, but with this option can plot symbolic equations I. This is generally intended to augment data plots, since for equation-only plots you don't need C. C<--equation> can be passed multiple times for multiple equations. The given strings are passed to gnuplot directly without any @@ -1629,7 +1629,7 @@ basic example: --equation 'sin(x)/x' --equation 'cos(x)/x with lines lw 4' Here I plot the incoming data (points along a line) with the given style (a line -with thickness 3), /and/ I plot two damped sinusoids on the same plot. The +with thickness 3), I I plot two damped sinusoids on the same plot. The sinusoids are not affected by C styling, so their styles are set separately, as in this example. More complicated example: @@ -1638,7 +1638,7 @@ separately, as in this example. More complicated example: --set parametric --set "trange [0:2*3.14]" --equation "sin(t),cos(t)" Here the data I generate is points along the unit circle. I plot these as -points, and I /also/ plot a true circle as a parametric equation. +points, and I I plot a true circle as a parametric equation. =item