|
From: Thomas S. <t.s...@fz...> - 2011-11-29 20:32:23
|
does your 'awk' generated file contain valid 'set' commands? where do the 'countrynames' come from? from your datafile? if so, it would be easier to use an actual version of gnuplot and plot 'with labels'. MJV wrote: > > Dear all, > > I tried to assign values to the datapoints I plotted using this > instruction http://t16web.lanl.gov/Kawano/gnuplot/plot7-e.html > In awk I created a list saying "set label "( Countryname )" at x,y" for > all the data points. However, when I load this list in gnuplot using the > 'load "filename"' command and then plotting the data, I only get the first > data point labeled. > > What did I do wrong? How can I assign all datapoint a label?? > > Thanks a lot in advance!! > -- View this message in context: http://old.nabble.com/Assigning-values-to-datapoints-tp32880360p32882291.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |