You are on page 1of 1

#graficas del aifoil

set terminal wxt size 800,800


set yrange [ -200 :200]
set xrange [-400:400 ]
set xtics 1
set ytics 1
set title "{/Times=20 CD vs V"
set ylabel "{/Times=15 CD}"
set xlabel "{/Times=15 V m/s}"
plot "His1.txt" smooth csplines title "HS522" lc rgb "red",\
#"His2.txt" smooth csplines title "Naca 2412" lc rgb "blue"\
#set arrow 1 from 6.5,0 to 6.5,64 nohead lw 1 lc rgb "black" dt 2

You might also like