I recommend using VS Code withLaTeX Workshop for easily visualizing changes to figures. In preview mode, once you run the code to regenerate the tex file for the figure, the figure should update automatically in the pdf preview window.If sane_tikz
was useful for you to create figures for your paper, consider mentioning it in the acknowledgements and share it via an issue or email or on Twitter with the hashtag #sane_tikz.See tutorial for a high-level description of the design decisions or dive right into the examples.Use pip install sane_tikz
to install from PyPi and git clone https://github.com/negrinho/sane_tikz && cd sane_tikz && pip install -e .
to install from the repo.
Check the examples:
导入包 \usepackage{tikz} \usepackage{pgfplots} 绘制光滑曲线图 遇到的问题(解决方案代码里都有): 1、 legend摆放位置问题 2、多条曲线怎么画 \begin{tikzpicture} \begin{axis} [ legend pos=outer north east, %legend位于右上方而不在图里(防止遮挡)
PGF/TIKZ项目地址:http://sourceforge.net/projects/pgf/ 维基百科介绍:http://en.wikipedia.org/wiki/PGF/TikZ TIKZ 仓库: http://www.texample.net/tikz/ Wikibook: http://en.wikibooks.org/wiki/LaTeX/PGF/TikZ http://www.s