\usepackage{tikz}
\usepackage{pgfplots}
\begin{tikzpicture}
\begin{axis}%
[grid=both,
minor tick num=5,
grid style={line width=.1pt, draw=gray!10},
major grid style={line width=.2pt,draw=gray!50},
axis lines=middle,
enlargelimits={abs=0.2}
]
\addplot[domain=-1:1,samples=100,smooth,red] {sin(deg(pi*x))};
\addplot coordinates {
(0,0)
(1,1)
};
\end{axis}
\end{tikzpicture}
这个轴环境的各个部分起什么作用?
相关内容
- 为什么将大量文件写入 Truecrypt 设备会导致拼接文件错误?
- Broadcom Wifi 在 Dell Vostro-3446 笔记本电脑的 Ubuntu 17.04 中无法使用 [重复]
- badblocks 实用程序不断报告“最后一个块无效”
- 为什么 inotifywatch 检测不到添加文件的更改?
- ssh 登录并运行 source 命令但是不起作用
- 针对 glib 进行编译时出现链接器错误...?
- 离线安装 ImageMagick
- 参照图形(浮动)的相对位置(下图等)
- Onboarding Server 2016 Defender ATP 包安装失败
- 如何在 php7 上安装 -mysql -curl -gd -intl -pear -imagick -imap -mcrypt -memcache -ming -ps -pspell -recode -snmp -sqlite -tidy -xmlrpc -xsl [关闭]