Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'figs/lee_yang.fig')
l---------figs/lee_yang.fig/Makefile1
-rw-r--r--figs/lee_yang.fig/lee_yang.tikz.tex25
l---------figs/lee_yang.fig/libs/shapes.sty1
3 files changed, 27 insertions, 0 deletions
diff --git a/figs/lee_yang.fig/Makefile b/figs/lee_yang.fig/Makefile
new file mode 120000
index 0000000..704310e
--- /dev/null
+++ b/figs/lee_yang.fig/Makefile
@@ -0,0 +1 @@
+../libs/Makefile \ No newline at end of file
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}
diff --git a/figs/lee_yang.fig/libs/shapes.sty b/figs/lee_yang.fig/libs/shapes.sty
new file mode 120000
index 0000000..eaa25c7
--- /dev/null
+++ b/figs/lee_yang.fig/libs/shapes.sty
@@ -0,0 +1 @@
+../../libs/shapes.sty \ No newline at end of file