generated from kenryuS/report-temp
2026/05/16
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
3.003, 0.00303, 3.005, 0.00138, 3.003, 0.00092
|
||||
6.007, 0.00607, 6.004, 0.00276, 6.008, 0.00184
|
||||
9.004, 0.00911, 9.003, 0.00414, 9.003, 0.00276
|
||||
@@ -0,0 +1,4 @@
|
||||
3.000, 0.003000, 0.00285, 0.00315, 3.000, 0.001363, 0.001295, 0.001432, 3.000, 0.0009090, 0.0008636, 0.0009545
|
||||
6.000, 0.006000, 0.0057, 0.0063, 6.000, 0.002727, 0.002591, 0.002864, 6.000, 0.001818, 0.001727, 0.001909
|
||||
9.000, 0.009000, 0.008545, 0.00945, 9.000, 0.004090, 0.003886, 0.004295, 9.000, 0.002727, 0.002591, 0.002864
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
3.003, 3.03m, 3.005, 1.38m, 3.003, 0.92m
|
||||
6.007, 6.07m, 6.004, 2.76m, 6.008, 1.84m
|
||||
9.004, 9.11m, 9.003, 4.14m, 9.003, 2.76m
|
||||
+1452
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,56 @@
|
||||
set output "exp1.tex"
|
||||
set encoding utf8
|
||||
set terminal epslatex color font "Arial,12" fontscale 1.0 size 16cm,10cm
|
||||
set style data lines
|
||||
set style line 1 linetype 1 linewidth 1 linecolor rgb "magenta"
|
||||
set style line 2 linetype 1 linewidth 1 linecolor rgb "blue"
|
||||
set style line 3 linetype 3 linewidth 1 linecolor rgb "green"
|
||||
set style line 91 linetype 1 linewidth 1 linecolor rgb "black"
|
||||
set style line 92 linetype 1 linewidth 0.5 linecolor rgb "gray20"
|
||||
set style line 93 linetype 1 linewidth 0.5 linecolor rgb "gray60"
|
||||
set style textbox 2 opaque fc "light-blue"
|
||||
|
||||
set border ls 91
|
||||
set grid xtics ls 92, ls 93
|
||||
set grid ytics ls 92, ls 93
|
||||
set xtics 0, 3, 10
|
||||
set xrange [0:10]
|
||||
set yrange [0:10]
|
||||
|
||||
set key top left Left reverse
|
||||
|
||||
set xlabel "Supply Voltage (V)"
|
||||
set ylabel "Current (mA)" offset 1.0
|
||||
set errorbars 3 front linewidth 2
|
||||
|
||||
plot \
|
||||
x linetype 1 title "", \
|
||||
x / 2.2 linetype 2 title "", \
|
||||
x / 3.3 linetype 3 title "", \
|
||||
'exp1-theory.dat' using 1:($2 * 1000):($3 * 1000):($4 * 1000) linetype 1 linewidth 2 title "Theory (1.0k Ohm)" with yerrorbars, \
|
||||
'exp1-result.dat' using 1:($2 * 1000) title "Result (1.0k Ohm)" with points, \
|
||||
'exp1-theory.dat' using 5:($6 * 1000):($7 * 1000):($8 * 1000) linetype 2 linewidth 2 title "Theory (2.2k Ohm)" with yerrorbars, \
|
||||
'exp1-result.dat' using 3:($4 * 1000) title "Result (2.2k Ohm)" with points, \
|
||||
'exp1-theory.dat' using 9:($10 * 1000):($11 * 1000):($12 * 1000) linetype 3 linewidth 2 title "Theory (3.3k Ohm)" with yerrorbars, \
|
||||
'exp1-result.dat' using 5:($6 * 1000) title "Result (3.3k Ohm)" with points
|
||||
|
||||
|
||||
#set multiplot layout 2,2 rowsfirst spacing 0.05
|
||||
#
|
||||
#set xlabel "Supply Voltage (V)"
|
||||
#set ylabel "Current (mA)" offset 1.0
|
||||
#
|
||||
#set label "1.0k Ohm" at graph 0.05,0.9 left boxed bs 2 front
|
||||
#plot 'exp1-theory.dat' using 1:($2 * 1000):($3 * 1000):($4 * 1000) linetype 1 title "Theory" with yerrorlines, \
|
||||
#'exp1-result.dat' using 1:($2 * 1000) title "Result" with points
|
||||
#unset label
|
||||
#set label "2.2k Ohm" at graph 0.05,0.9 left boxed bs 2 front
|
||||
#plot 'exp1-theory.dat' using 5:($6 * 1000):($7 * 1000):($8 * 1000) linetype 1 title "Theory" with yerrorlines, \
|
||||
#'exp1-result.dat' using 3:($4 * 1000) title "Result" with points
|
||||
#set origin 0.2,0
|
||||
#unset label
|
||||
#set label "3.3k Ohm" at graph 0.05,0.9 left boxed bs 2 front
|
||||
#plot 'exp1-theory.dat' using 9:($10 * 1000):($11 * 1000):($12 * 1000) linetype 1 title "Theory" with yerrorlines, \
|
||||
#'exp1-result.dat' using 5:($6 * 1000) title "Result" with points
|
||||
#
|
||||
#unset multiplot
|
||||
@@ -0,0 +1,129 @@
|
||||
% GNUPLOT: LaTeX picture with Postscript
|
||||
\begingroup
|
||||
\fontfamily{Arial}%
|
||||
\selectfont
|
||||
\makeatletter
|
||||
\providecommand\color[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package color not loaded in conjunction with
|
||||
terminal option `colourtext'%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{Either use 'blacktext' in gnuplot or load the package
|
||||
color.sty in LaTeX.}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\includegraphics[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package graphicx or graphics not loaded%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
|
||||
\renewcommand\includegraphics[2][]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\@ifundefined{ifGPcolor}{%
|
||||
\newif\ifGPcolor
|
||||
\GPcolortrue
|
||||
}{}%
|
||||
\@ifundefined{ifGPblacktext}{%
|
||||
\newif\ifGPblacktext
|
||||
\GPblacktexttrue
|
||||
}{}%
|
||||
% define a \g@addto@macro without @ in the name:
|
||||
\let\gplgaddtomacro\g@addto@macro
|
||||
% define empty templates for all commands taking text:
|
||||
\gdef\gplbacktext{}%
|
||||
\gdef\gplfronttext{}%
|
||||
\makeatother
|
||||
\ifGPblacktext
|
||||
% no textcolor at all
|
||||
\def\colorrgb#1{}%
|
||||
\def\colorgray#1{}%
|
||||
\else
|
||||
% gray or color?
|
||||
\ifGPcolor
|
||||
\def\colorrgb#1{\color[rgb]{#1}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
|
||||
\else
|
||||
% gray
|
||||
\def\colorrgb#1{\color{black}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color{black}}%
|
||||
\fi
|
||||
\fi
|
||||
\setlength{\unitlength}{0.0500bp}%
|
||||
\ifx\gptboxheight\undefined%
|
||||
\newlength{\gptboxheight}%
|
||||
\newlength{\gptboxwidth}%
|
||||
\newsavebox{\gptboxtext}%
|
||||
\fi%
|
||||
\setlength{\fboxrule}{0.5pt}%
|
||||
\setlength{\fboxsep}{1pt}%
|
||||
\definecolor{tbcol}{rgb}{1,1,1}%
|
||||
\begin{picture}(9070.00,5668.00)%
|
||||
\gplgaddtomacro\gplbacktext{%
|
||||
\colorrgb{0.00,0.00,0.00}%%
|
||||
\put(744,768){\makebox(0,0)[r]{\strut{}$0$}}%
|
||||
\colorrgb{0.00,0.00,0.00}%%
|
||||
\put(744,1700){\makebox(0,0)[r]{\strut{}$2$}}%
|
||||
\colorrgb{0.00,0.00,0.00}%%
|
||||
\put(744,2632){\makebox(0,0)[r]{\strut{}$4$}}%
|
||||
\colorrgb{0.00,0.00,0.00}%%
|
||||
\put(744,3563){\makebox(0,0)[r]{\strut{}$6$}}%
|
||||
\colorrgb{0.00,0.00,0.00}%%
|
||||
\put(744,4495){\makebox(0,0)[r]{\strut{}$8$}}%
|
||||
\colorrgb{0.00,0.00,0.00}%%
|
||||
\put(744,5427){\makebox(0,0)[r]{\strut{}$10$}}%
|
||||
\colorrgb{0.00,0.00,0.00}%%
|
||||
\put(888,528){\makebox(0,0){\strut{}$0$}}%
|
||||
\colorrgb{0.00,0.00,0.00}%%
|
||||
\put(3213,528){\makebox(0,0){\strut{}$3$}}%
|
||||
\colorrgb{0.00,0.00,0.00}%%
|
||||
\put(5537,528){\makebox(0,0){\strut{}$6$}}%
|
||||
\colorrgb{0.00,0.00,0.00}%%
|
||||
\put(7862,528){\makebox(0,0){\strut{}$9$}}%
|
||||
}%
|
||||
\gplgaddtomacro\gplfronttext{%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1959,5244){\makebox(0,0)[l]{\strut{}Theory (1.0k Ohm)}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1959,5004){\makebox(0,0)[l]{\strut{}Result (1.0k Ohm)}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1959,4764){\makebox(0,0)[l]{\strut{}Theory (2.2k Ohm)}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1959,4524){\makebox(0,0)[l]{\strut{}Result (2.2k Ohm)}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1959,4284){\makebox(0,0)[l]{\strut{}Theory (3.3k Ohm)}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1959,4044){\makebox(0,0)[l]{\strut{}Result (3.3k Ohm)}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(372,3097){\rotatebox{-270.00}{\makebox(0,0){\strut{}Current (mA)}}}%
|
||||
\put(4762,168){\makebox(0,0){\strut{}Supply Voltage (V)}}%
|
||||
}%
|
||||
\gplbacktext
|
||||
\put(0,0){\includegraphics[width={453.50bp},height={283.40bp}]{./assets/a-2/exp1}}%
|
||||
\gplfronttext
|
||||
\end{picture}%
|
||||
\endgroup
|
||||
@@ -0,0 +1 @@
|
||||
s/exp1/.\/assets\/a-2\/exp1/g;
|
||||
Reference in New Issue
Block a user