Hacker News new | ask | show | jobs
by abdullahkhalids 1279 days ago
I merely fixed a small bug in the code.

There are some examples in this notebook https://nbviewer.org/github/allefeld/pytikz/blob/master/pyti...

Otherwise, this is just a python interface for tikz. Whatever is possible in tikz is possible in this. For every command in tikz, the corresponding python command is here https://allefeld.github.io/pytikz/tikz/

However, I do agree that more examples would help. In its current form, its mostly useful to people who are already familiar with tikz and need simpler syntax, and can quickly get up to speed with this.

1 comments

Thanks, these examples do help!