diff --git a/results/aggregated.csv b/results/aggregated.csv index 91e8fca..ba9c7e9 100644 --- a/results/aggregated.csv +++ b/results/aggregated.csv @@ -1,5 +1,4 @@ -Circuit,Timing deviation,Value failure,Coding failure,Glitch,Deadlock,Token count failure,Nothing -DIMS,89,8,11,10,4,5,8 -DIMS rand,89,8,11,10,4,5,8 -DIMS large,89,8,11,10,4,5,8 -NCLX,96,8,nan,12,3,5,4 +Circuit;Timing deviation;Value failure;Coding failure;Glitch;Deadlock;Token count failure;Nothing +DIMS;89;8;11;10;4;5;8 +DIMS rand;15;9;12;10;4;5;72 +NCLX;96;8;nan;12;3;5;4 diff --git a/results/aggregated.tex b/results/aggregated.tex index 15b1491..7a829b7 100644 --- a/results/aggregated.tex +++ b/results/aggregated.tex @@ -1,5 +1,5 @@ -\pgfplotstableread[col sep=comma]{results/aggregated.csv}\aggregateddata +\pgfplotstableread[col sep=semicolon]{results/aggregated.csv}\aggregateddata \begin{tikzpicture} \begin{axis}[ @@ -9,7 +9,7 @@ enlargelimits=0.15, ylabel={\% of total injections}, 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}, ymin=0, ymax=100, % Y-axis range from 0 to 100 axis line style={-}, % Removes the top and right axis lines