• Stars
    star
    328
  • Rank 127,588 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created about 5 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Reconquer the canvas: beautiful Tikz figures without clunky Tikz code

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)