bar plot
A bar plot representing the execution time of five algorithms over different problems.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
% Full code on github: https://github.com/bvieuble/TeXFantasy
% Appears my the article ``Combining sparse approximate factorizations with mixed-precision iterative refinement''.
\begin{tikzpicture}
\begin{axis}
[
point meta=explicit symbolic,
nodes near coords,
every node near coord/.append style={font=\normalsize,above},
legend style={at={(0.2,0.95),font=\normalsize},
anchor=north,legend columns=-1},
ybar stacked,
ymajorgrids,
width=1.2\linewidth,
height=0.5\linewidth,
ylabel={\normalsize Normalized time by DMUMPS},
y label style={at={(axis description cs:-0.075,0.5)}},
axis lines=left,
x tick label style={font=\normalsize},
x tick style={thick},
xmin=-0.5,
xmax=\nbrowsa-0.5,
xtick=data,
xticklabels from table={\groupa}{name},
xticklabel style={font=\normalsize},
ymin=0,
ymax=1.6,
ytick={0, 0.25, 0.5, 0.75, 1},
name=axis1,
at={(0,0)}
]
\pgfplotsinvokeforeach{0,...,\nbrowsa-1} {
\node at (axis cs:#1-0.3,0.1) [circle,scale=0.75,draw=none,
fill=green!0,inner sep=1pt] {A};
\node at (axis cs:#1-0.15,0.1) [circle,scale=0.75,draw=none,
fill=green!0,inner sep=1pt] {B};
\node at (axis cs:#1,0.1) [circle,scale=0.75,draw=none,
fill=green!0,inner sep=1pt] {C};
\node at (axis cs:#1+0.15,0.1) [circle,scale=0.75,draw=none,
fill=green!0,inner sep=1pt] {D};
\node at (axis cs:#1+0.3,0.1) [circle,scale=0.75,draw=none,
fill=green!0,inner sep=1pt] {E};
}
\addplot [fill=myred-mild,bar width=0.1,draw=none]
table[x expr=\coordindex,y=factod] {\groupa};
\addplot [fill=mygreen-mild,bar width=0.1,draw=none]
table[x expr=\coordindex,y=solveddq] {\groupa};
\addplot [fill=myblue-mild,bar width=0.1,draw=none]
table[x expr=\coordindex,y=otherddq,meta=metaddq] {\groupa};
\resetstackedplots
\addplot [fill=myred-mild,bar width=0.1,draw=none,bar shift=-0.3]
table[x expr=\coordindex,y=factos] {\groupa};
\addplot [fill=mygreen-mild,bar width=0.1,draw=none,bar shift=-0.3]
table[x expr=\coordindex,y=solvesdd] {\groupa};
\addplot [fill=myblue-mild,bar width=0.1,draw=none,bar shift=-0.3]
table[x expr=\coordindex,y=othersdd,meta=metasdd] {\groupa};
\resetstackedplots
\addplot [fill=myred-mild,bar width=0.1,draw=none,bar shift=-0.15]
table[x expr=\coordindex,y=factos] {\groupa};
\addplot [fill=mygreen-mild,bar width=0.1,draw=none,bar shift=-0.15]
table[x expr=\coordindex,y=solvesdddd] {\groupa};
\addplot [fill=myblue-mild,bar width=0.1,draw=none,bar shift=-0.15]
table[x expr=\coordindex,y=othersdddd,meta=metasdddd] {\groupa};
\resetstackedplots
\addplot [fill=myred-mild,bar width=0.1,draw=none,bar shift=0.15]
table[x expr=\coordindex,y=factos] {\groupa};
\addplot [fill=mygreen-mild,bar width=0.1,draw=none,bar shift=0.15]
table[x expr=\coordindex,y=solvesdq] {\groupa};
\addplot [fill=myblue-mild,bar width=0.1,draw=none,bar shift=0.15]
table[x expr=\coordindex,y=othersdq,meta=metasdq] {\groupa};
\resetstackedplots
\addplot [fill=myred-mild,bar width=0.1,draw=none,bar shift=0.3]
table[x expr=\coordindex,y=factos] {\groupa};
\addplot [fill=mygreen-mild,bar width=0.1,draw=none,bar shift=0.3]
table[x expr=\coordindex,y=solvesdqdd] {\groupa};
\addplot [fill=myblue-mild,bar width=0.1,draw=none,bar shift=0.3]
table[x expr=\coordindex,y=othersdqdd,meta=metasdqdd] {\groupa};
\legend{Facto, Solves, Other}
\end{axis}
\begin{axis}
[
point meta=explicit symbolic,
nodes near coords,
legend style={at={(0.8,0.95)},
anchor=north,legend columns=-1},
every node near coord/.append style={font=\normalsize,above},
ybar stacked,
ymajorgrids,
width=1.2\linewidth,
height=0.5\linewidth,
ylabel={\normalsize Normalized time by DMUMPS},
y label style={at={(axis description cs:-0.075,0.5)}},
axis lines=left,
x tick label style={font=\normalsize},
x tick style={thick},
xmin=-0.5,
xmax=\nbrowsb-0.5,
xtick=data,
xticklabels from table={\groupb}{name},
xticklabel style={font=\normalsize},
ymin=0,
ymax=4.,
ytick={0, 0.5, 1, 2},
yticklabels={0, 0.5, 1, 2},
name=axis2,
at={(0,-0.45\linewidth)}
]
\pgfplotsinvokeforeach{0,...,\nbrowsb-1} {
\node at (axis cs:#1-0.3,0.25) [circle,scale=0.75,draw=none,
fill=green!0,inner sep=1pt] {A};
\node at (axis cs:#1-0.15,0.25) [circle,scale=0.75,draw=none,
fill=green!0,inner sep=1pt] {B};
\node at (axis cs:#1,0.25) [circle,scale=0.75,draw=none,
fill=green!0,inner sep=1pt] {C};
\node at (axis cs:#1+0.15,0.25) [circle,scale=0.75,draw=none,
fill=green!0,inner sep=1pt] {D};
\node at (axis cs:#1+0.3,0.25) [circle,scale=0.75,draw=none,
fill=green!0,inner sep=1pt] {E};
}
\addplot [fill=myred-mild,bar width=0.1,draw=none]
table[x expr=\coordindex,y=factod] {\groupb};
\addplot [fill=mygreen-mild,bar width=0.1,draw=none]
table[x expr=\coordindex,y=solveddq] {\groupb};
\addplot [fill=myblue-mild,bar width=0.1,draw=none]
table[x expr=\coordindex,y=otherddq,meta=metaddq] {\groupb};
\resetstackedplots
\addplot [fill=myred-mild,bar width=0.1,draw=none,bar shift=-0.3]
table[x expr=\coordindex,y=factos] {\groupb};
\addplot [fill=mygreen-mild,bar width=0.1,draw=none,bar shift=-0.3]
table[x expr=\coordindex,y=solvesdd] {\groupb};
\addplot [fill=myblue-mild,bar width=0.1,draw=none,bar shift=-0.3]
table[x expr=\coordindex,y=othersdd,meta=metasdd] {\groupb};
\resetstackedplots
\addplot [fill=myred-mild,bar width=0.1,draw=none,bar shift=-0.15]
table[x expr=\coordindex,y=factos] {\groupb};
\addplot [fill=mygreen-mild,bar width=0.1,draw=none,bar shift=-0.15]
table[x expr=\coordindex,y=solvesdddd] {\groupb};
\addplot [fill=myblue-mild,bar width=0.1,draw=none,bar shift=-0.15]
table[x expr=\coordindex,y=othersdddd,meta=metasdddd] {\groupb};
\resetstackedplots
\addplot [fill=myred-mild,bar width=0.1,draw=none,bar shift=0.15]
table[x expr=\coordindex,y=factos] {\groupb};
\addplot [fill=mygreen-mild,bar width=0.1,draw=none,bar shift=0.15]
table[x expr=\coordindex,y=solvesdq] {\groupb};
\addplot [fill=myblue-mild,bar width=0.1,draw=none,bar shift=0.15]
table[meta=metasdq,x expr=\coordindex,y=othersdq] {\groupb};
\resetstackedplots
\addplot [fill=myred-mild,bar width=0.1,draw=none,bar shift=0.3]
table[x expr=\coordindex,y=factos] {\groupb};
\addplot [fill=mygreen-mild,bar width=0.1,draw=none,bar shift=0.3]
table[x expr=\coordindex,y=solvesdqdd] {\groupb};
\addplot [fill=myblue-mild,bar width=0.1,draw=none,bar shift=0.3]
table[x expr=\coordindex,y=othersdqdd,meta=metasdqdd] {\groupb};
\end{axis}
\node[rectangle,draw,inner sep=1pt,fill=gray!0] at (8.5,4) (box) {\small
\begin{tabular}{ll}
\small A: LU, $u_f$=\textsc{s}, $u_r$=\textsc{d} & \small B: GMRES,
$u_f$=\textsc{s}, $u_r$=\textsc{d} \\
\small C: LU, $u_f$=\textsc{d}, $u_r$=\textsc{q} & \small D: LU,
$u_f$=\textsc{s}, $u_r$=\textsc{q} \\
& \small E: GMRES, $u_f$=\textsc{s}, $u_r$=\textsc{q}
\end{tabular}
};
\node[draw, rotate=90, single arrow, fill=black, scale=0.2] at
(7.125,-0.95)
(arrow) {aaaaaa};
\node[] at (7.6,-0.85) (nbLU) {49};
\end{tikzpicture}}