negrinho / sane_tikz

Reconquer the canvas: beautiful Tikz figures without clunky Tikz code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I recommend using VS Code with LaTeX 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)

About

Reconquer the canvas: beautiful Tikz figures without clunky Tikz code

License:MIT License


Languages

Language:Python 100.0%