final aggregated plot
This commit is contained in:
parent
ff0e3eb199
commit
f5f9985817
2 changed files with 6 additions and 7 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
Circuit,Timing deviation,Value failure,Coding failure,Glitch,Deadlock,Token count failure,Nothing
|
Circuit;Timing deviation;Value failure;Coding failure;Glitch;Deadlock;Token count failure;Nothing
|
||||||
DIMS,89,8,11,10,4,5,8
|
DIMS;89;8;11;10;4;5;8
|
||||||
DIMS rand,89,8,11,10,4,5,8
|
DIMS rand;15;9;12;10;4;5;72
|
||||||
DIMS large,89,8,11,10,4,5,8
|
NCLX;96;8;nan;12;3;5;4
|
||||||
NCLX,96,8,nan,12,3,5,4
|
|
||||||
|
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
\pgfplotstableread[col sep=comma]{results/aggregated.csv}\aggregateddata
|
\pgfplotstableread[col sep=semicolon]{results/aggregated.csv}\aggregateddata
|
||||||
|
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\begin{axis}[
|
\begin{axis}[
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
enlargelimits=0.15,
|
enlargelimits=0.15,
|
||||||
ylabel={\% of total injections},
|
ylabel={\% of total injections},
|
||||||
xtick=data,
|
xtick=data,
|
||||||
symbolic x coords={DIMS, DIMS rand, DIMS large, NCLX}, % Group names on the x-axis
|
symbolic x coords={DIMS, DIMS rand, NCLX}, % Group names on the x-axis
|
||||||
xticklabel style={rotate=45, anchor=north east},
|
xticklabel style={rotate=45, anchor=north east},
|
||||||
ymin=0, ymax=100, % Y-axis range from 0 to 100
|
ymin=0, ymax=100, % Y-axis range from 0 to 100
|
||||||
axis line style={-}, % Removes the top and right axis lines
|
axis line style={-}, % Removes the top and right axis lines
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue