generated from kenryuS/report-temp
help
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
set output "exp1-bode.tex"
|
||||
#set output "exp1-bode.png"
|
||||
set encoding utf8
|
||||
set terminal epslatex color font "Arial,12" fontscale 1.0 size 10.5cm,7.5cm
|
||||
#set terminal png font "Arial,12" size 1800,1000
|
||||
set style data lines
|
||||
set style line 1 linetype 1 linewidth 1 linecolor rgb "red"
|
||||
set style line 2 linetype 1 linewidth 1 linecolor rgb "blue"
|
||||
@@ -24,4 +22,4 @@ set ylabel "Amplitude (dB)"
|
||||
|
||||
set xtics add ("1k" 1e3, "3k" 3e3, "10k" 1e4, "30k" 3e4, "100k" 1e5)
|
||||
|
||||
plot "exp1-data-unadjusted.txt" ls 1 smooth bezier title "Unadjusted", "exp1-data-adjusted.txt" ls 2 smooth bezier title "Adjusted"
|
||||
plot "exp1-data-unadjusted.txt" title "Unadjusted" with points pt '*', "exp1-data-adjusted.txt" title "Adjusted" with points pt 'x'
|
||||
|
||||
Reference in New Issue
Block a user