Browse Source

Remove -5 as it can be confused with x-axis label

Martin Thoma 9 years ago
parent
commit
91c9b4acbb
2 changed files with 2 additions and 1 deletions
  1. BIN
      tikz/3d-function-7/3d-function-7.png
  2. 2 1
      tikz/3d-function-7/3d-function-7.tex

BIN
tikz/3d-function-7/3d-function-7.png


+ 2 - 1
tikz/3d-function-7/3d-function-7.tex

@@ -2,6 +2,7 @@
 \usepackage[pdftex,active,tightpage]{preview}
 \setlength\PreviewBorder{2mm}
 \usepackage{pgfplots}
+\pgfplotsset{compat=1.13}
 
 \begin{document}
 \begin{preview}
@@ -19,7 +20,7 @@
     enlargelimits=false,
     grid=major,
     domain=-5:5,
-    y domain=-5:5,
+    y domain=-4.99:5,
     samples=56, %57 : TeX capacity exceeded, sorry [main memory size=3000000].
                 % see also http://tex.stackexchange.com/a/7954/5645
     xlabel=$x$,