Files
brueckenkurs/Pearson0001.tikz
2024-12-23 07:42:39 +01:00

14 lines
632 B
Plaintext

++++\begin{tikzpicture}
\usetikzlibrary{plotmarks}
\draw[color=gray, thick] (-3,0) -- (3,0);
%http://tex.stackexchange.com/questions/64567/how-to-draw-circle-square-and-triangle-marks-in-tikz-picture
\draw[color=blue!50, ultra thick] (-1.4625,0) -- (1.4625,0);
%\node[mark size=2.5pt,color=blue!50, fill=none] at (-1.5,0) {\pgfuseplotmark{*}};
%\node[mark size=2.5pt,color=blue!50] at (1.5,0) {\pgfuseplotmark{*}};
\draw[color=blue!50, ultra thick] (-1.5, 0) circle (.075);
\draw[color=blue!50, ultra thick] (1.5, 0) circle (.075);
\node[color=blue!50] at (-1.5,0.35) {A};
\node[color=blue!50] at (1.5,0.35) {B};
\end{tikzpicture}