In the figure http://old.nabble.com/file/p31060334/mxtics.jpg mxtics.jpg ,
mxtics and label are not appearing. Can anybody please correct my mistake?
Many thanks!
Here is the code,
clear
set term postscript eps enhanced "Helvetica" 20
set output "sc1byinletbw.eps"
set style line 1 lt 1 lw 3 pt 1 ps 1
.
.
.
set style line 12 lt 12 lw 3 pt 12 ps 1
set xrange [0:6]
set yrange [0:0.45]
set ytics 0.1
set xtics ("0.25" 0.5,"0.75" 1.5,"1.25" 2.5,"1.75" 3.5, "2.25" 4.5,"2.75"
5.5)
set xlabel “x/D”
set x2label “<u>/u_0”
set ylabel “y/D”
set label "s1c" at 2.25,0.75
set grid
plot “s1cbyinlet.txt” u 2:1 t 's1' w lp ls 1, \
.
.
.
“s1cbyinlet.txt” u 13:1 t 's12' w lp ls 12
--
View this message in context: http://old.nabble.com/Problem-with-mxtics-and-label-option-tp31060334p31060334.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|