How can I plot an iteration coordinate(x,y) data with only label in GNUplot?
Posted
by
Mojiiz Alamode
on Stack Overflow
See other posts from Stack Overflow
or by Mojiiz Alamode
Published on 2012-11-09T03:24:39Z
Indexed on
2012/11/09
5:00 UTC
Read the original article
Hit count: 112
gnuplot
I have the set of data like this
0 268 195
1 353 199
2 318 209
3 268 232
4 370 238
5 326 253
6 246 265
7 372 284
8 313 290
9 258 297
0 268 196
1 353 199
2 318 209
3 268 233
4 370 238
5 325 253
6 246 265
7 372 284
8 313 290
9 258 297
I would like to use first column for label and second and third for (x,y) plot, however, I would like to plot only one time label without iteration. How should I do?
Thank you for help.
© Stack Overflow or respective owner