|
From:
<br...@ph...> - 2006-03-06 05:03:04
|
Tax, Rick wrote: > The above commands generate a plot with the data points from file > “wire.caps” along with the line f(x). By default, the least squares > line has the label “f(x)” on the plot. Given that the computed slope k > is an important parameter in interpreting the plot and it will need to > be used in other tools/analysis, I want to include the value of k on the > plot. set label "k = %g", k at graph 0.1, 0.9 will probably do something mildly useful. *But* you'll have to get rid of this: > BTW, I’m using the following version of gnuplot: > G N U P L O T > Unix version 3.7 > patchlevel 1 That version is way too old. Update to 4.0. |