Is anyone aware of existing python code to easily make flow charts or block diagrams using PyX? I currently use a program called flow to make flow charts and another called diagraph to make block diagrams. Both bascially allow you to use a simple script language to say put a block here with this label, then draw a right arrow and another block... So that the program does the math behind positioning and layout for you. They both output LaTeX picture commands, which is really nice. My only real complaint is that the picture environment in LaTeX seems to use very small arrow heads which there doesn't seem to be a way to change. It would be nice to have a little more control over these kinds of things, but drawing an entire flowchart in PyX without this layer that does the layout would be considerably more effort.
Does anyone have a good solution for this? Thanks, Ryan ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
