Include measured values in plot

This commit is contained in:
2024-11-13 14:24:41 +01:00
parent c983f6f41f
commit 228485184a
4 changed files with 3864 additions and 3861 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,8 @@
\node[circle,draw,inner sep=1pt] at (axis cs:0.0055, 750) {\tiny 6};
\addplot[color=green!50] table [x={time}, y={datasheet}]{\hynix};
\addplot[color=red!50] table [x={time}, y={measurements}]{\hynix};
\addplot[color=blue!50] table [x={time}, y={measured}]{\hynix};
\addplot[color=red!50] table [x={time}, y={optimized}]{\hynix};
\nextgroupplot[
title=Vendor 2,
@@ -63,7 +64,8 @@
\node[circle,draw,inner sep=1pt] at (axis cs:0.0055, 750) {\tiny 6};
\addplot[color=green!50] table [x={time}, y={datasheet}]{\micron};
\addplot[color=red!50] table [x={time}, y={measurements}]{\micron};
\addplot[color=blue!50] table [x={time}, y={measured}]{\micron};
\addplot[color=red!50] table [x={time}, y={optimized}]{\micron};
\nextgroupplot[
title=Vendor 3,
@@ -83,18 +85,19 @@
\node[circle,draw,inner sep=1pt] at (axis cs:0.0055, 750) {\tiny 6};
\addplot[color=green!50] table [x={time}, y={datasheet}]{\samsung};
\addplot[color=red!50] table [x={time}, y={measurements}]{\samsung};
\addplot[color=blue!50] table [x={time}, y={measured}]{\samsung};
\addplot[color=red!50] table [x={time}, y={optimized}]{\samsung};
\end{groupplot}
% Legend
\begin{scope}
\draw[green!50,line width=0.9pt] (-0.15, -8) -- (0.15, -8);
\node[anchor=west] at (0.2,-8) {Datasheet Currents};
\node[anchor=west] at (0.2,-8) {Datasheet IDDs};
\draw[blue!50,line width=0.9pt] (-0.15, -8.5) -- (0.15, -8.5);
\node[anchor=west] at (0.2,-8.5) {Measured Currents};
\node[anchor=west] at (0.2,-8.5) {Measurements};
\draw[red!50,line width=0.9pt] (3.8-0.15, -8) -- (3.8+0.15, -8);
\node[anchor=west] at (4.0,-8) {Optimized Currents};
\node[anchor=west] at (4.0,-8) {Real IDDs};
\end{scope}
\end{tikzpicture}%