sane_tikz

授权协议 MIT License
开发语言
所属分类 企业应用、 LaTeX排版系统
软件类型 开源软件
地区 不详
投 递 者 章晗日
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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.

Examples

Check the examples:

Roadmap

  • Easy GIF generation
  • Multiple output formats (png, svg, ...)
  • 3D plotting
  • More 2D plotting primitives for common plots (bar, line, scatter, ...)
  • Slide deck creation (i.e., an alternative to Beamer)
  • 导入包 \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

相关阅读

相关文章

相关问答

相关文档