diff --git a/assets/t-1/exp1.eps b/assets/t-1/exp1.eps index f8f02f6..168389b 100644 --- a/assets/t-1/exp1.eps +++ b/assets/t-1/exp1.eps @@ -1,7 +1,7 @@ %!PS-Adobe-2.0 EPSF-2.0 %%Title: exp1.tex %%Creator: gnuplot 6.0 patchlevel 4 -%%CreationDate: Tue May 26 00:17:35 2026 +%%CreationDate: Sat Jun 13 21:52:51 2026 %%DocumentFonts: %%BoundingBox: 50 50 390 276 %%EndComments @@ -441,7 +441,7 @@ SDict begin [ /Creator (gnuplot 6.0 patchlevel 4) % /Producer (gnuplot) % /Keywords () - /CreationDate (Tue May 26 00:17:35 2026) + /CreationDate (Sat Jun 13 21:52:51 2026) /DOCINFO pdfmark end } ifelse @@ -487,163 +487,164 @@ LCb setrgbcolor [] 0 setdash 0.500 UL LTb -946 704 M -5459 0 V +682 704 M +5723 0 V stroke 1.000 UL LTb -946 704 M +682 704 M 63 0 V -5396 0 R +5660 0 R -63 0 V stroke 0.500 UL LTb -946 1306 M -5459 0 V +682 1907 M +5723 0 V stroke 1.000 UL LTb -946 1306 M +682 1907 M 63 0 V -5396 0 R +5660 0 R -63 0 V stroke 0.500 UL LTb -946 1907 M -5459 0 V +682 3110 M +5723 0 V stroke 1.000 UL LTb -946 1907 M +682 3110 M 63 0 V -5396 0 R +5660 0 R -63 0 V stroke 0.500 UL LTb -946 2509 M -5459 0 V +682 4313 M +5723 0 V stroke 1.000 UL LTb -946 2509 M +682 4313 M 63 0 V -5396 0 R +5660 0 R -63 0 V stroke 0.500 UL LTb -946 3110 M -5459 0 V -stroke -1.000 UL -LTb -946 3110 M -63 0 V -5396 0 R --63 0 V -stroke -0.500 UL -LTb -946 3712 M -5459 0 V -stroke -1.000 UL -LTb -946 3712 M -63 0 V -5396 0 R --63 0 V -stroke -0.500 UL -LTb -946 4313 M -5459 0 V -stroke -1.000 UL -LTb -946 4313 M -63 0 V -5396 0 R --63 0 V -stroke -0.500 UL -LTb -946 704 M +682 704 M 0 3609 V stroke 1.000 UL LTb -946 704 M +682 704 M 0 63 V 0 3546 R 0 -63 V stroke 0.500 UL LTb -2993 704 M +2113 704 M 0 3609 V stroke 1.000 UL LTb -2993 704 M +2113 704 M 0 63 V 0 3546 R 0 -63 V stroke 0.500 UL LTb -5040 704 M +3544 704 M 0 3609 V stroke 1.000 UL LTb -5040 704 M +3544 704 M +0 63 V +0 3546 R +0 -63 V +stroke +0.500 UL +LTb +4974 704 M +0 3609 V +stroke +1.000 UL +LTb +4974 704 M +0 63 V +0 3546 R +0 -63 V +stroke +0.500 UL +LTb +6405 704 M +0 3609 V +stroke +1.000 UL +LTb +6405 704 M 0 63 V 0 3546 R 0 -63 V stroke 1.000 UL LTb -946 4313 N -946 704 L -5459 0 V +682 4313 N +682 704 L +5723 0 V 0 3609 V --5459 0 V +-5723 0 V Z stroke 1.000 UP 1.000 UL LTb % Begin plot #1 +1.000 UP 2.000 UL LTb -1632 1913 M -340 598 V -341 346 V -340 63 V -341 37 V -340 28 V -342 23 V -339 20 V -342 18 V -339 17 V -342 18 V -337 16 V -341 15 V -stroke +1401 1913 M +356 598 V +359 346 V +355 63 V +359 37 V +355 28 V +359 23 V +355 20 V +358 18 V +356 17 V +358 18 V +354 16 V +357 15 V +1401 1913 Circle +1757 2511 Circle +2116 2857 Circle +2471 2920 Circle +2830 2957 Circle +3185 2985 Circle +3544 3008 Circle +3899 3028 Circle +4257 3046 Circle +4613 3063 Circle +4971 3081 Circle +5325 3097 Circle +5682 3112 Circle LTw % End plot #1 2.000 UL LTb 1.000 UL LTb -946 4313 N -946 704 L -5459 0 V +682 4313 N +682 704 L +5723 0 V 0 3609 V --5459 0 V +-5723 0 V Z stroke 1.000 UP 1.000 UL diff --git a/assets/t-1/exp1.gnuplot b/assets/t-1/exp1.gnuplot index ad00cf2..c381b3c 100644 --- a/assets/t-1/exp1.gnuplot +++ b/assets/t-1/exp1.gnuplot @@ -1,7 +1,8 @@ load '../common.gnuplot' set output "exp1.tex" -set xtics 0, 3, 8 +set xtics 0, 2, 8 +set ytics 0, 1, 3 set xrange [0:8] set yrange [0:3] @@ -10,4 +11,7 @@ set key top left Left reverse set xlabel "Supply Voltage (V)" set ylabel "LED Voltage (V)" -plot 'forward.dat' using 3:2 linetype 1 linewidth 2 title "" with lines +set pointsize 1 +set style line 4 linetype 1 pointtype 6 linewidth 2 + +plot 'forward.dat' using 3:2 title "" with linespoints ls 4 diff --git a/assets/t-1/exp1.tex b/assets/t-1/exp1.tex index 0b9c420..7ab5015 100644 --- a/assets/t-1/exp1.tex +++ b/assets/t-1/exp1.tex @@ -85,21 +85,20 @@ \begin{picture}(6802.00,4534.00)% \gplgaddtomacro\gplbacktext{% \csname LTb\endcsname%% - \put(814,704){\makebox(0,0)[r]{\strut{}$0$}}% - \put(814,1306){\makebox(0,0)[r]{\strut{}$0.5$}}% - \put(814,1907){\makebox(0,0)[r]{\strut{}$1$}}% - \put(814,2509){\makebox(0,0)[r]{\strut{}$1.5$}}% - \put(814,3110){\makebox(0,0)[r]{\strut{}$2$}}% - \put(814,3712){\makebox(0,0)[r]{\strut{}$2.5$}}% - \put(814,4313){\makebox(0,0)[r]{\strut{}$3$}}% - \put(946,484){\makebox(0,0){\strut{}$0$}}% - \put(2993,484){\makebox(0,0){\strut{}$3$}}% - \put(5040,484){\makebox(0,0){\strut{}$6$}}% + \put(550,704){\makebox(0,0)[r]{\strut{}$0$}}% + \put(550,1907){\makebox(0,0)[r]{\strut{}$1$}}% + \put(550,3110){\makebox(0,0)[r]{\strut{}$2$}}% + \put(550,4313){\makebox(0,0)[r]{\strut{}$3$}}% + \put(682,484){\makebox(0,0){\strut{}$0$}}% + \put(2113,484){\makebox(0,0){\strut{}$2$}}% + \put(3544,484){\makebox(0,0){\strut{}$4$}}% + \put(4974,484){\makebox(0,0){\strut{}$6$}}% + \put(6405,484){\makebox(0,0){\strut{}$8$}}% }% \gplgaddtomacro\gplfronttext{% \csname LTb\endcsname%% \put(209,2508){\rotatebox{-270.00}{\makebox(0,0){\strut{}LED Voltage (V)}}}% - \put(3675,154){\makebox(0,0){\strut{}Supply Voltage (V)}}% + \put(3543,154){\makebox(0,0){\strut{}Supply Voltage (V)}}% }% \gplbacktext \put(0,0){\includegraphics[width={340.10bp},height={226.70bp}]{./assets/t-1/exp1}}% diff --git a/assets/t-1/exp2.eps b/assets/t-1/exp2.eps index 7131298..11a4ebb 100644 --- a/assets/t-1/exp2.eps +++ b/assets/t-1/exp2.eps @@ -1,7 +1,7 @@ %!PS-Adobe-2.0 EPSF-2.0 %%Title: exp2.tex %%Creator: gnuplot 6.0 patchlevel 4 -%%CreationDate: Tue May 26 14:24:41 2026 +%%CreationDate: Sat Jun 13 21:54:46 2026 %%DocumentFonts: %%BoundingBox: 50 50 390 276 %%EndComments @@ -441,7 +441,7 @@ SDict begin [ /Creator (gnuplot 6.0 patchlevel 4) % /Producer (gnuplot) % /Keywords () - /CreationDate (Tue May 26 14:24:41 2026) + /CreationDate (Sat Jun 13 21:54:46 2026) /DOCINFO pdfmark end } ifelse @@ -487,144 +487,84 @@ LCb setrgbcolor [] 0 setdash 0.500 UL LTb -1078 704 M -5327 0 V +814 1606 M +5591 0 V stroke 1.000 UL LTb -1078 704 M +814 1606 M 63 0 V -5264 0 R +5528 0 R -63 0 V stroke 0.500 UL LTb -1078 1155 M -5327 0 V +814 2509 M +5591 0 V stroke 1.000 UL LTb -1078 1155 M +814 2509 M 63 0 V -5264 0 R +5528 0 R -63 0 V stroke 0.500 UL LTb -1078 1606 M -5327 0 V +814 3411 M +5591 0 V stroke 1.000 UL LTb -1078 1606 M +814 3411 M 63 0 V -5264 0 R +5528 0 R -63 0 V stroke 0.500 UL LTb -1078 2057 M -5327 0 V +814 4313 M +5591 0 V stroke 1.000 UL LTb -1078 2057 M +814 4313 M 63 0 V -5264 0 R +5528 0 R -63 0 V stroke 0.500 UL LTb -1078 2509 M -5327 0 V -stroke -1.000 UL -LTb -1078 2509 M -63 0 V -5264 0 R --63 0 V -stroke -0.500 UL -LTb -1078 2960 M -5327 0 V -stroke -1.000 UL -LTb -1078 2960 M -63 0 V -5264 0 R --63 0 V -stroke -0.500 UL -LTb -1078 3411 M -5327 0 V -stroke -1.000 UL -LTb -1078 3411 M -63 0 V -5264 0 R --63 0 V -stroke -0.500 UL -LTb -1078 3862 M -5327 0 V -stroke -1.000 UL -LTb -1078 3862 M -63 0 V -5264 0 R --63 0 V -stroke -0.500 UL -LTb -1078 4313 M -5327 0 V -stroke -1.000 UL -LTb -1078 4313 M -63 0 V -5264 0 R --63 0 V -stroke -0.500 UL -LTb -2410 704 M +2212 704 M 0 3609 V stroke 1.000 UL LTb -2410 704 M +2212 704 M 0 63 V 0 3546 R 0 -63 V stroke 0.500 UL LTb -3742 704 M +3610 704 M 0 3609 V stroke 1.000 UL LTb -3742 704 M +3610 704 M 0 63 V 0 3546 R 0 -63 V stroke 0.500 UL LTb -5073 704 M +5007 704 M 0 3609 V stroke 1.000 UL LTb -5073 704 M +5007 704 M 0 63 V 0 3546 R 0 -63 V @@ -643,35 +583,40 @@ LTb stroke 1.000 UL LTb -1078 4313 N -0 -3609 V -5327 0 V +814 4313 N +814 704 L +5591 0 V 0 3609 V --5327 0 V +-5591 0 V Z stroke 1.000 UP 1.000 UL LTb % Begin plot #1 +1.000 UP 2.000 UL LTb -5084 3394 M -4411 2942 L -3738 2490 L -3065 2052 L -2392 1585 L -stroke +5018 3394 M +4313 2942 L +3605 2490 L +2899 2052 L +2194 1585 L +5018 3394 Circle +4313 2942 Circle +3605 2490 Circle +2899 2052 Circle +2194 1585 Circle LTw % End plot #1 2.000 UL LTb 1.000 UL LTb -1078 4313 N -0 -3609 V -5327 0 V +814 4313 N +814 704 L +5591 0 V 0 3609 V --5327 0 V +-5591 0 V Z stroke 1.000 UP 1.000 UL diff --git a/assets/t-1/exp2.gnuplot b/assets/t-1/exp2.gnuplot index 2e77c70..dd1f7b7 100644 --- a/assets/t-1/exp2.gnuplot +++ b/assets/t-1/exp2.gnuplot @@ -2,6 +2,7 @@ load '../common.gnuplot' set output "exp2.tex" set xtics -3,1,0 +set ytics -3,1,0 set xrange [-4:0] set yrange [-4:0] @@ -9,5 +10,6 @@ set key top left Left reverse set xlabel "Supply Voltage (V)" set ylabel "LED Voltage (V)" +set style line 1 pointtype 6 linewidth 2 -plot 'reverse.dat' using 1:($3 - $2) linetype 1 linewidth 2 title "" with lines +plot 'reverse.dat' using 1:($3 - $2) title "" with linespoints ls 1 diff --git a/assets/t-1/exp2.tex b/assets/t-1/exp2.tex index 4165095..ae06e93 100644 --- a/assets/t-1/exp2.tex +++ b/assets/t-1/exp2.tex @@ -85,24 +85,19 @@ \begin{picture}(6802.00,4534.00)% \gplgaddtomacro\gplbacktext{% \csname LTb\endcsname%% - \put(946,704){\makebox(0,0)[r]{\strut{}$-4$}}% - \put(946,1155){\makebox(0,0)[r]{\strut{}$-3.5$}}% - \put(946,1606){\makebox(0,0)[r]{\strut{}$-3$}}% - \put(946,2057){\makebox(0,0)[r]{\strut{}$-2.5$}}% - \put(946,2509){\makebox(0,0)[r]{\strut{}$-2$}}% - \put(946,2960){\makebox(0,0)[r]{\strut{}$-1.5$}}% - \put(946,3411){\makebox(0,0)[r]{\strut{}$-1$}}% - \put(946,3862){\makebox(0,0)[r]{\strut{}$-0.5$}}% - \put(946,4313){\makebox(0,0)[r]{\strut{}$0$}}% - \put(2410,484){\makebox(0,0){\strut{}$-3$}}% - \put(3742,484){\makebox(0,0){\strut{}$-2$}}% - \put(5073,484){\makebox(0,0){\strut{}$-1$}}% + \put(682,1606){\makebox(0,0)[r]{\strut{}$-3$}}% + \put(682,2509){\makebox(0,0)[r]{\strut{}$-2$}}% + \put(682,3411){\makebox(0,0)[r]{\strut{}$-1$}}% + \put(682,4313){\makebox(0,0)[r]{\strut{}$0$}}% + \put(2212,484){\makebox(0,0){\strut{}$-3$}}% + \put(3610,484){\makebox(0,0){\strut{}$-2$}}% + \put(5007,484){\makebox(0,0){\strut{}$-1$}}% \put(6405,484){\makebox(0,0){\strut{}$0$}}% }% \gplgaddtomacro\gplfronttext{% \csname LTb\endcsname%% \put(209,2508){\rotatebox{-270.00}{\makebox(0,0){\strut{}LED Voltage (V)}}}% - \put(3741,154){\makebox(0,0){\strut{}Supply Voltage (V)}}% + \put(3609,154){\makebox(0,0){\strut{}Supply Voltage (V)}}% }% \gplbacktext \put(0,0){\includegraphics[width={340.10bp},height={226.70bp}]{./assets/t-1/exp2}}% diff --git a/out/report_t-1.pdf b/out/report_t-1.pdf index fac36a2..80c035f 100644 Binary files a/out/report_t-1.pdf and b/out/report_t-1.pdf differ diff --git a/out/report_t-1.synctex.gz b/out/report_t-1.synctex.gz index d001da5..7ab51e0 100644 Binary files a/out/report_t-1.synctex.gz and b/out/report_t-1.synctex.gz differ