65 lines
1.8 KiB
TeX
65 lines
1.8 KiB
TeX
\begin{tikzpicture}
|
|
\begin{axis}[
|
|
width = 0.85*\textwidth,
|
|
height = 8cm,
|
|
major x tick style = transparent,
|
|
ymajorgrids = true,
|
|
ylabel = {Current [\unit{\milli\ampere}]},
|
|
width=1.0\linewidth,
|
|
height=5.0cm,
|
|
symbolic x coords={
|
|
IDD2N,
|
|
IDD5AB,
|
|
IDD6,
|
|
IDD4R,
|
|
IDD4W*,
|
|
IDD0*,
|
|
},
|
|
xtick = data,
|
|
xticklabel style={rotate=90},
|
|
scaled y ticks = false,
|
|
enlarge x limits=0.1,
|
|
ybar=1*\pgflinewidth,
|
|
bar width=3pt,
|
|
ymin=0,
|
|
ymax=800,
|
|
legend pos=north west,
|
|
legend style={font=\footnotesize, draw=none, fill=none},
|
|
]
|
|
\addplot[style={green,fill=green,mark=none}] coordinates {
|
|
(IDD2N, 21.91481481)
|
|
%(IDD5AB*, 50.94666667)
|
|
(IDD5AB, 23.25)
|
|
(IDD6, 12.03481481)
|
|
(IDD4R, 251.3888889)
|
|
(IDD4W*, 137.0962963)
|
|
(IDD0*, 25.91259259)
|
|
};
|
|
\addplot[style={yellow,fill=yellow,mark=none}] coordinates {
|
|
(IDD2N, 24.48851852)
|
|
%(IDD5AB*, 50.97333333)
|
|
(IDD5AB, 25.7)
|
|
(IDD6, 14.19962963)
|
|
(IDD4R, 253.4259259)
|
|
(IDD4W*, 135.8462963)
|
|
(IDD0*, 32.07703704)
|
|
};
|
|
\addplot[style={orange,fill=orange,mark=none}] coordinates {
|
|
(IDD2N, 22.86962963)
|
|
%(IDD5AB*, 52.81814815)
|
|
(IDD5AB, 24.25)
|
|
(IDD6, 23.40185185)
|
|
(IDD4R, 258.4666667)
|
|
(IDD4W*, 139.2925926)
|
|
(IDD0*, 34.36666667)
|
|
};
|
|
|
|
\legend{
|
|
\qty{30}{\celsius},
|
|
\qty{60}{\celsius},
|
|
\qty{90}{\celsius}
|
|
}
|
|
|
|
\end{axis}
|
|
\end{tikzpicture}
|