diff options
author | Ian Jauslin <ian@jauslin.org> | 2020-12-15 16:28:00 +0100 |
---|---|---|
committer | Ian Jauslin <ian@jauslin.org> | 2020-12-15 16:28:00 +0100 |
commit | f11228d28d608a17691ee24719c6a91455503d17 (patch) | |
tree | 1aa1bf6d81a4e2f5c452e1de18dfbfcb87ce045c /figs/lee_yang.fig/lee_yang.tikz.tex |
Diffstat (limited to 'figs/lee_yang.fig/lee_yang.tikz.tex')
-rw-r--r-- | figs/lee_yang.fig/lee_yang.tikz.tex | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/figs/lee_yang.fig/lee_yang.tikz.tex b/figs/lee_yang.fig/lee_yang.tikz.tex new file mode 100644 index 0000000..f8ab7fd --- /dev/null +++ b/figs/lee_yang.fig/lee_yang.tikz.tex @@ -0,0 +1,25 @@ +\documentclass{standalone} + +\usepackage{tikz} + +\begin{document} +\begin{tikzpicture} + +\fill[color=cyan](-4,-4)--(-4,4)--(4,4)--(4,-4); +\fill[color=white](0,0)circle(3); +\fill[color=cyan](0,0)circle(1); +\draw(-4,0)--(4,0); +\draw(0,-4)--(0,4); + +\fill[color=red]( 5:1.3)circle(0.1); +\fill[color=red]( 75:1.7)circle(0.1); +\fill[color=red]( 91:2.3)circle(0.1); +\fill[color=red]( 121:1.0)circle(0.1); +\fill[color=red]( 134:2.9)circle(0.1); +\fill[color=red]( 178:2.7)circle(0.1); +\fill[color=red](-103:1.8)circle(0.1); +\fill[color=red](- 87:1.4)circle(0.1); +\fill[color=red](- 39:2.3)circle(0.1); +\fill[color=red](-164:3.0)circle(0.1); +\end{tikzpicture} +\end{document} |