Include measured values in plot
This commit is contained in:
2570
data/hynix.csv
2570
data/hynix.csv
File diff suppressed because it is too large
Load Diff
2570
data/micron.csv
2570
data/micron.csv
File diff suppressed because it is too large
Load Diff
2570
data/samsung.csv
2570
data/samsung.csv
File diff suppressed because it is too large
Load Diff
@@ -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}%
|
||||
|
||||
Reference in New Issue
Block a user