mirror of
https://github.com/chylex/Brotli-Builder.git
synced 2024-11-24 22:42:50 +01:00
28 lines
611 B
TeX
28 lines
611 B
TeX
\begin{tikzpicture}
|
|
\begin{axis}[
|
|
width = 0.95\textwidth,
|
|
height = 0.62*\axisdefaultheight,
|
|
xbar,
|
|
xmin = 0,
|
|
xmax = 80,
|
|
xtick distance = 5,
|
|
y dir = reverse,
|
|
ytick = data,
|
|
yticklabels = {LSB6, MSB6, UTF8, Signed},
|
|
scaled ticks = false,
|
|
enlarge x limits = {abs = 0},
|
|
enlarge y limits = {abs = 0.9},
|
|
nodes near coords,
|
|
nodes near coords align = {horizontal},
|
|
nodes near coords style = {/pgf/number format/.cd, fixed zerofill, precision = 1},
|
|
xlabel = Total Compressed Size (MiB),
|
|
ylabel = Mode
|
|
]
|
|
\addplot coordinates {
|
|
(72.90, 0)
|
|
(73.68, 1)
|
|
(74.05, 2)
|
|
(74.69, 3)
|
|
};
|
|
\end{axis}
|
|
\end{tikzpicture} |