diff options
author | Ian Jauslin <jauslin@ias.edu> | 2019-05-14 11:28:19 -0400 |
---|---|---|
committer | Ian Jauslin <jauslin@ias.edu> | 2019-05-14 11:28:19 -0400 |
commit | f34f94a8fd01975cf2e17a8a8a7e04665aed1cca (patch) | |
tree | 102901914bcfd8f117afa2d9127c429d7ad64573 /figs/potential.fig/potential_square.tikz.tex |
Diffstat (limited to 'figs/potential.fig/potential_square.tikz.tex')
-rw-r--r-- | figs/potential.fig/potential_square.tikz.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/figs/potential.fig/potential_square.tikz.tex b/figs/potential.fig/potential_square.tikz.tex new file mode 100644 index 0000000..bd13467 --- /dev/null +++ b/figs/potential.fig/potential_square.tikz.tex @@ -0,0 +1,17 @@ +\documentclass{standalone} + +\usepackage{tikz} + +\begin{document} +\begin{tikzpicture} + +\draw(-3,0)--(3,0); +\draw(0,-1.5)--(0,3); + +\draw[color=gray,line width=1pt, densely dotted](-2.5,1.25)--++(2.5,0); + +\draw[line width=1.5pt](-2.5,0)--(0,0)--(0,2.5)--(2.5,2.5); + +\end{tikzpicture} +\end{document} + |