Werner's Miscellanea
Sign in or create your account | Project List | Help
Werner's Miscellanea Commit Details
Date: | 2011-10-27 03:57:50 (12 years 1 month ago) |
---|---|
Author: | Werner Almesberger |
Commit: | 32a7ad2465688afe43fafce12a525187e759adb4 |
Message: | m1rc3/norruption/3/: fixed typo in data, made plot prettier |
Files: |
m1rc3/norruption/3/ddd.dat (1 diff) m1rc3/norruption/3/plot (1 diff) |
Change Details
m1rc3/norruption/3/ddd.dat | ||
---|---|---|
1 | 1 | # Vin(nom) Iin(mA) Vout |
2 | 2 | 5.5 28 4.00 |
3 | 3 | 5.4 27 3.90 |
4 | 5.3 27 3.90 | |
4 | 5.3 27 3.80 | |
5 | 5 | 5.2 26 3.70 |
6 | 6 | 5.1 25 3.60 |
7 | 7 | 5.0 25 3.51 |
m1rc3/norruption/3/plot | ||
---|---|---|
9 | 9 | set key left box |
10 | 10 | set xrange [0:5.5] |
11 | 11 | set yrange [0:4] |
12 | set y2range [0:40] | |
13 | set y2tics | |
12 | set y2range [0:80] | |
13 | set y2tics 0, 5, 50 | |
14 | 14 | set grid |
15 | 15 | plot "ddd.dat" using 1:3 with lines title "Vout", \ |
16 | 16 | 2.63 title "Vdet(typ)", \ |
Branches:
master