Skip to content

Commit e3e0197

Browse files
committed
moved label slightly because it was running out of a figure
1 parent c7a547f commit e3e0197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/math.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ \section{The Chebyshev Basis}
388388
\addplot[only marks, mark=*, mark size=2pt] coordinates {(\xcoord, \ycoord)};
389389
\node at (axis cs:\xcoord, \ycoord) [above right] {$z = e^{j\theta}$};
390390
\addplot[only marks, mark=*, mark size=2pt] coordinates {(\xcoord, -\ycoord)};
391-
\node at (axis cs:\xcoord, -\ycoord) [below, right, yshift=-4mm] {\parbox{15mm}{\begin{align*}\overline{z} &= z^{-1} \\ &= e^{-j\theta}\end{align*}}};
391+
\node at (axis cs:\xcoord, -\ycoord) [below, right, yshift=-4mm] {\parbox{13mm}{\begin{align*}\overline{z} &= z^{-1} \\ &= e^{-j\theta}\end{align*}}};
392392
\addplot[domain=0:1, samples=2, thick] ({x*\xcoord}, {x*\ycoord});
393393
\addplot[domain=1:0, samples=2, thick, dashed] ({\xcoord}, {x*\ycoord});
394394
\addplot[only marks, mark=*, mark size=2pt] coordinates {(\xcoord, 0)};

0 commit comments

Comments
 (0)