what is inside 'Return Loss.p'?
princemahmmod wrote:
>
> The code is bellow with...
> gnuplot> set autoscale
> gnuplot> unset log
> gnuplot> unset label
> gnuplot> set xtic auto
> gnuplot> set ytic auto
> gnuplot> set title "Return Loss"
> gnuplot> set xlabel "Frequency (GHz)"
> gnuplot> set ylabel "dB"
> gnuplot> set key 1.57, -8
> gnuplot> set label "-6.92 dB" at 2.45, -6.6
> gnuplot> set arrow from 2.45, -6.9 to 2.51, -6.68
> gnuplot> set xr [1:3]
> gnuplot> set yr [-9:-4]
> gnuplot> plot "Return Loss.dat" using 1:2 title 'DB(|S(1,1)|)' with
> linespoints
> gnuplot> load 'Return Loss.p'
>
>
> Thomas Sefzick wrote:
>>
>> which command are you using when plotting the graph?
>> what is inside 'xx.p'?
>>
>>
>> princemahmmod wrote:
>>>
>>> Hi,
>>> I can plot my graph but when I give command >> "load 'xx.p' " showing
>>> c.utils: no such file or directory. Please let me know how to solve
>>> c.utils...!!!
>>>
>>
>>
>
>
--
View this message in context: http://old.nabble.com/GNUplot-Loading-probs-tp28370483p28387166.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|