mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 06:29:22 +02:00
m1rc3/norruption/3/: fixed typo in data, made plot prettier
This commit is contained in:
parent
f8f88a470f
commit
32a7ad2465
@ -1,7 +1,7 @@
|
||||
# Vin(nom) Iin(mA) Vout
|
||||
5.5 28 4.00
|
||||
5.4 27 3.90
|
||||
5.3 27 3.90
|
||||
5.3 27 3.80
|
||||
5.2 26 3.70
|
||||
5.1 25 3.60
|
||||
5.0 25 3.51
|
||||
|
@ -9,8 +9,8 @@ set y2label "Iin (mA)"
|
||||
set key left box
|
||||
set xrange [0:5.5]
|
||||
set yrange [0:4]
|
||||
set y2range [0:40]
|
||||
set y2tics
|
||||
set y2range [0:80]
|
||||
set y2tics 0, 5, 50
|
||||
set grid
|
||||
plot "ddd.dat" using 1:3 with lines title "Vout", \
|
||||
2.63 title "Vdet(typ)", \
|
||||
|
Loading…
Reference in New Issue
Block a user