diff options
author | Ian Jauslin <jauslin@ias.edu> | 2019-05-13 22:20:51 -0400 |
---|---|---|
committer | Ian Jauslin <jauslin@ias.edu> | 2019-05-13 22:20:51 -0400 |
commit | d0c870377cc4e0388a343a6297f7ec5fa54adf16 (patch) | |
tree | c78480b7f9f1e70f1bd9ebb84a8f6aae2e754f4e /figs/potential.fig/potential.tikz.tex |
As presented at MSU on 2019-05-02v1.0
Diffstat (limited to 'figs/potential.fig/potential.tikz.tex')
-rw-r--r-- | figs/potential.fig/potential.tikz.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/figs/potential.fig/potential.tikz.tex b/figs/potential.fig/potential.tikz.tex new file mode 100644 index 0000000..ac1ba36 --- /dev/null +++ b/figs/potential.fig/potential.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)--(1.975,-1.25); + +\end{tikzpicture} +\end{document} + |