Add no interface
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
@@ -45,6 +45,7 @@
|
|||||||
\addplot[color=green!50] table [x={time}, y={datasheet}]{\hynix};
|
\addplot[color=green!50] table [x={time}, y={datasheet}]{\hynix};
|
||||||
\addplot[color=blue!50] table [x={time}, y={measured}]{\hynix};
|
\addplot[color=blue!50] table [x={time}, y={measured}]{\hynix};
|
||||||
\addplot[color=red!50] table [x={time}, y={optimized}]{\hynix};
|
\addplot[color=red!50] table [x={time}, y={optimized}]{\hynix};
|
||||||
|
\addplot[color=brown!50] table [x={time}, y={optimized_no_if}]{\hynix};
|
||||||
|
|
||||||
\nextgroupplot[
|
\nextgroupplot[
|
||||||
title=Vendor 2,
|
title=Vendor 2,
|
||||||
@@ -66,6 +67,7 @@
|
|||||||
\addplot[color=green!50] table [x={time}, y={datasheet}]{\micron};
|
\addplot[color=green!50] table [x={time}, y={datasheet}]{\micron};
|
||||||
\addplot[color=blue!50] table [x={time}, y={measured}]{\micron};
|
\addplot[color=blue!50] table [x={time}, y={measured}]{\micron};
|
||||||
\addplot[color=red!50] table [x={time}, y={optimized}]{\micron};
|
\addplot[color=red!50] table [x={time}, y={optimized}]{\micron};
|
||||||
|
\addplot[color=brown!50] table [x={time}, y={optimized_no_if}]{\micron};
|
||||||
|
|
||||||
\nextgroupplot[
|
\nextgroupplot[
|
||||||
title=Vendor 3,
|
title=Vendor 3,
|
||||||
@@ -87,6 +89,7 @@
|
|||||||
\addplot[color=green!50] table [x={time}, y={datasheet}]{\samsung};
|
\addplot[color=green!50] table [x={time}, y={datasheet}]{\samsung};
|
||||||
\addplot[color=blue!50] table [x={time}, y={measured}]{\samsung};
|
\addplot[color=blue!50] table [x={time}, y={measured}]{\samsung};
|
||||||
\addplot[color=red!50] table [x={time}, y={optimized}]{\samsung};
|
\addplot[color=red!50] table [x={time}, y={optimized}]{\samsung};
|
||||||
|
\addplot[color=brown!50] table [x={time}, y={optimized_no_if}]{\samsung};
|
||||||
\end{groupplot}
|
\end{groupplot}
|
||||||
|
|
||||||
% Legend
|
% Legend
|
||||||
|
|||||||
Reference in New Issue
Block a user