|
From: Tax, R. <rt...@qu...> - 2006-03-06 14:14:49
|
I have put in the request to get version 4.0 of gnuplot installed. Thanks for the tip. Rick -----Original Message----- From: Hans-Bernhard Br=F6ker [mailto:br...@ph...]=20 Sent: Monday, March 06, 2006 12:03 AM To: Tax, Rick Cc: gnu...@li... Subject: Re: [Gnuplot-info] Can I include variables in plot titles? Tax, Rick wrote: > The above commands generate a plot with the data points from file=20 > "wire.caps" along with the line f(x). By default, the least squares=20 > line has the label "f(x)" on the plot. Given that the computed slope = k=20 > 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=20 > plot. set label "k =3D %g", k at graph 0.1, 0.9 will probably do something mildly useful. *But* you'll have to get rid=20 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. |