This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| latex:exampe_eta [2022/12/02 15:43] – iwn | latex:exampe_eta [2022/12/02 15:44] (current) – iwn | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| \begin{tikzpicture}[scale=3] | \begin{tikzpicture}[scale=3] | ||
| | | ||
| - | % limits | + | % setting |
| \def\R{1.2} | \def\R{1.2} | ||
| | | ||
| Line 44: | Line 44: | ||
| % PSEUDORAPIDITY with manual for-loop over theta, eta | % PSEUDORAPIDITY with manual for-loop over theta, eta | ||
| \begin{tikzpicture}[scale=3] | \begin{tikzpicture}[scale=3] | ||
| + | | ||
| + | % setting | ||
| \def\R{1.2} % radius/ | \def\R{1.2} % radius/ | ||
| + | | ||
| + | % axis labels | ||
| \node[scale=1, | \node[scale=1, | ||
| \node[scale=1, | \node[scale=1, | ||
| + | | ||
| + | % lines | ||
| \foreach \t/\e in {90/ | \foreach \t/\e in {90/ | ||
| \pgfkeys{/ | \pgfkeys{/ | ||
| Line 54: | Line 60: | ||
| } | } | ||
| %\draw[black!60!red, | %\draw[black!60!red, | ||
| + | | ||
| \end{tikzpicture} | \end{tikzpicture} | ||
| Line 59: | Line 66: | ||
| % PSEUDORAPIDITY with automatic calculation of eta | % PSEUDORAPIDITY with automatic calculation of eta | ||
| \begin{tikzpicture}[scale=3] | \begin{tikzpicture}[scale=3] | ||
| - | | + | |
| + | | ||
| \def\R{1.2} % radius/ | \def\R{1.2} % radius/ | ||
| + | | ||
| + | % axis labels | ||
| \node[scale=1, | \node[scale=1, | ||
| \node[scale=1, | \node[scale=1, | ||
| + | | ||
| + | % lines | ||
| + | \pgfkeys{/ | ||
| \foreach \t in {90, | \foreach \t in {90, | ||
| \ifnum \t = 0 | \ifnum \t = 0 | ||
| Line 77: | Line 90: | ||
| } | } | ||
| %\draw[black!60!red, | %\draw[black!60!red, | ||
| + | | ||
| \end{tikzpicture} | \end{tikzpicture} | ||