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.
|