first commit

This commit is contained in:
2026-03-11 07:08:36 +01:00
commit 90d3311e7d
75 changed files with 18230 additions and 0 deletions

14
Pearson0001.tikz Normal file
View File

@@ -0,0 +1,14 @@
++++\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}