TikzGenerator.jl

Tikz graph generator.
Author GiggleLiu
Popularity
5 Stars
Updated Last
1 Year Ago
Started In
January 2022

TikzGenerator

A work in progress Julia package for generating Tikz scripts.

(You can star, watch or contribute to this repo (issue or code), but please do not use it before this line has been removed to save your time)

Build Status Docs

Tikz is a professional tool for creating production quality vector graphs in papers. But its error information is not helpful, its control flows is obscure and very slow. Hence I wrap the tikz library with the following design principles

  • completeness, can do everything allowed in tikz.
  • early error, try best to error or warn users at function inputs.
  • unitless, always in cm.
  • Julia control flow instead of slow tikz control flow.