浏览代码

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

Martin Thoma 9 年之前
父节点
当前提交
91c9b4acbb
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 二进制
      tikz/3d-function-7/3d-function-7.png
  2. 2 1
      tikz/3d-function-7/3d-function-7.tex

二进制
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$,