BELOW IS MY .P FILE.. I WANT MAKE THE TITLES OF EVERY LINE BRING AT THE RIGHT CENTER OF THE GRAPH..BY DEFAULT IT SHOW ALL THE TITLES TOGETHER AT THE RIGHT TOP CORNER OF THE GRAPH. PLEASE HELP ME..
set title "Payoff "
set output "Payoff.eps"
set xlabel 'No. of players(n)'
set ylabel 'Payoff'
set xrange[2.00:32.00]
set yrange [-0.67:0.20]
set grid
set size 1.00,1.00
set boxwidth 10
set style func linespoints
plot "PayoffMajs10x-9.dat" using 1:2 with linespoints lt -1 pi -1 pt 6 lc 7 title 'OR',\
"PayoffMajs10x-9.dat" using 1:6 with linespoints lt -1 pi -1 pt 4 lc 7 title 'K2',\
"PayoffMajs10x-9.dat" using 1:11 with linespoints lt -1 pi -1 pt 8 lc 9 title 'Maj',\
"PayoffMajs10x-9.dat" using 1:3 with linespoints lt -1 pi -1 pt -1 lc -1 title 'OR_1',\
"PayoffMajs10x-9.dat" using 1:7 with linespoints lt 14 pi -1 pt 14 lc -1 title 'K2_2',\
"PayoffMajs10x-9.dat" using 1:12 with linespoints lt 15 pi -1 pt 15 lc -1 title 'Maj_2'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
BELOW IS MY .P FILE.. I WANT MAKE THE TITLES OF EVERY LINE BRING AT THE RIGHT CENTER OF THE GRAPH..BY DEFAULT IT SHOW ALL THE TITLES TOGETHER AT THE RIGHT TOP CORNER OF THE GRAPH. PLEASE HELP ME..
set title "Payoff "
set output "Payoff.eps"
set xlabel 'No. of players(n)'
set ylabel 'Payoff'
set xrange[2.00:32.00]
set yrange [-0.67:0.20]
set grid
set size 1.00,1.00
set boxwidth 10
set style func linespoints
plot "PayoffMajs10x-9.dat" using 1:2 with linespoints lt -1 pi -1 pt 6 lc 7 title 'OR',\ "PayoffMajs10x-9.dat" using 1:6 with linespoints lt -1 pi -1 pt 4 lc 7 title 'K2',\ "PayoffMajs10x-9.dat" using 1:11 with linespoints lt -1 pi -1 pt 8 lc 9 title 'Maj',\ "PayoffMajs10x-9.dat" using 1:3 with linespoints lt -1 pi -1 pt -1 lc -1 title 'OR_1',\ "PayoffMajs10x-9.dat" using 1:7 with linespoints lt 14 pi -1 pt 14 lc -1 title 'K2_2',\ "PayoffMajs10x-9.dat" using 1:12 with linespoints lt 15 pi -1 pt 15 lc -1 title 'Maj_2'