mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-06-01 00:53:36 +00:00
chore: updating comments fro mfeedback
This commit is contained in:
17
paper/src/chapters/figures/experiment_design_tree.tex
Normal file
17
paper/src/chapters/figures/experiment_design_tree.tex
Normal file
@@ -0,0 +1,17 @@
|
||||
\begin{tikzpicture}[
|
||||
level distance=14mm,
|
||||
sibling distance=36mm,
|
||||
decision/.style={rectangle, draw, rounded corners=2pt, align=center, minimum width=26mm, minimum height=8mm, font=\small},
|
||||
leaf/.style={rectangle, draw, align=center, minimum width=30mm, minimum height=8mm, font=\small},
|
||||
edge from parent/.style={draw, -{Latex[length=2mm]}}
|
||||
]
|
||||
\node[decision] {Participant}
|
||||
child {
|
||||
node[decision] {Platform: Hotel}
|
||||
child {node[leaf] {Task sampled\\from hotel pool}}
|
||||
}
|
||||
child {
|
||||
node[decision] {Platform: Airline}
|
||||
child {node[leaf] {Task sampled\\from airline pool}}
|
||||
};
|
||||
\end{tikzpicture}
|
||||
Reference in New Issue
Block a user