final aggregated plot

This commit is contained in:
Fabian Posch 2025-02-04 11:19:39 +01:00
parent ff0e3eb199
commit f5f9985817
2 changed files with 6 additions and 7 deletions

View file

@ -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

1 Circuit Timing deviation Value failure Coding failure Glitch Deadlock Token count failure Nothing
2 DIMS 89 8 11 10 4 5 8
3 DIMS rand 89 15 8 9 11 12 10 4 5 8 72
4 DIMS large NCLX 89 96 8 11 nan 10 12 4 3 5 8 4
NCLX 96 8 nan 12 3 5 4

View file

@ -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