|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-03-28 12:04:13
|
mirza klimenta wrote: > I tried to plot the graph from the sample data (.txt file attached), but > I encounter problems with the output. Note that there are 12 rows(points), > but the program shows 13. Any clues on how to avoid this problem? You forgot to present the commands you used to plot this, but I'll venture a guess. You plotted your datafile in the "with points" (default) style, and mistook the key sample for a data point. To check this, re-try after set key below and you'll find that the extra point has moved outside the graph area, along with the legend. |