changed figure size for bootstrapping experiment

This commit is contained in:
Christian M
2020-06-11 18:36:01 +02:00
parent f292830069
commit 6fdbd2a3b0
3 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
\begin{tikzpicture}
\begin{axis}[
title={},
width=0.55\textwidth,
height=0.55\textwidth,
width=0.50\textwidth,
height=0.50\textwidth,
xlabel={$\log(\text{slots})$},
ylabel={Precision (bits)},
xmin=2, xmax=16,

View File

@@ -1,8 +1,8 @@
\begin{tikzpicture}
\begin{axis}[
title={},
width=1.3\textwidth,
height=1.2\textwidth,
width=0.5\textwidth,
height=0.5\textwidth,
xlabel={Precision (bits)},
ylabel={$\Pr[\mathsf{prec}(\mathsf{slot})<x]$},
xmin=15, xmax=32,

View File

@@ -1,8 +1,8 @@
\begin{tikzpicture}
\begin{axis}[
title={},
width=1\textwidth,
height=0.55\textwidth,
width=\textwidth,
height=0.5\textwidth,
xlabel={Iteration},
ylabel={Precision (bits)},
xmin=0, xmax=51,