Skip to content

Commit abcd64b

Browse files
committed
Test data alignment
1 parent 61bc71c commit abcd64b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

images/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
schematic.*
2+
!schematic.tex
3+
!schematic.png

images/schematic.png

146 Bytes
Loading

images/schematic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
\end{scope}
8585

8686
\begin{scope}[name prefix=data-, local bounding box=test-data, shift={($(estimate.north)+(0, 1)$)},]
87-
\node[anchor=south] (table) at (0,0) {
87+
\node[draw=none, rectangle] (title) at (estimate |- scenario-title) {Test Data};
88+
\node[anchor=north] (table) at (title.south) {
8889
\begin{tabular}{rrrrrr}
8990
\toprule
9091
$X_1$ & $X_2$ & $I$ & $Y_1$ & $Y_2$ & $Y_3$ \\
@@ -95,7 +96,6 @@
9596
\bottomrule
9697
\end{tabular}
9798
};
98-
\node[draw=none, rectangle, anchor=south] (title) at (table.north) {Test Data};
9999
\node[draw, rectangle] [fit=(title) (table)] {};
100100
\end{scope}
101101

0 commit comments

Comments
 (0)