|
|
|
|
|
by abdullahkhalids
1279 days ago
|
|
I recently discovered this python interface for tikz https://github.com/allefeld/pytikz While it does not directly address the issues you point at, it does alleviate some issues. * The syntax is somewhat easier to parse. * It is a lot easier to write functions to redraw the same components over and over again. * Doing math calculations to systemically place objects in relation to each other is a lot easier because python's arithmetic syntax is a lot more intuitive than TeX's. Of course, this does mean that you have to fire up python to draw figures. |
|
Examples code is a must for any software (test cases work as examples btw) and example graphics are a must for any graphics software. I know this isn't your fault, but I'm just venting a bit here. I'll check this out the next time I'm writing a paper but I just don't get how people can put software out there without any examples (even toy examples). If you have any examples you're willing to share I'd find that extremely helpful.