1
0
mirror of https://github.com/chylex/Brotli-Builder.git synced 2024-11-24 22:42:50 +01:00
Brotli-Builder/Paper/Source/Figures/TikZ/force-lcm-base64-q11.tex
2020-05-14 23:32:45 +02:00

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 {
(70.78, 0)
(71.20, 1)
(71.40, 2)
(71.73, 3)
};
\end{axis}
\end{tikzpicture}