Picviz news
By Sebastien Tricaud on Monday, August 18 2008, 17:47 - Permalink
While I am in hollidays in Canada, I would like to share some Picviz development news:
Picviz entered Fedora CVS and will be available to Fedora users for next release. Package seems to have been backported until Fedora core 7. I would like to congratulate folks at Redhat who have been amazingly reactive and helped me to improve my cmake skills and make sure Picviz can be installed on every architecture.- While I was in the plane I added the penwidth property in trunk. So this will be in the September 0.3 release. As you can guess in the name, it increases the line width. This picture illustrates the property:
I take graphviz API as a name reference to every property I can add to a line. To have a line with red color and with a width of 3, simply type:data1="foo",data2="bar",...,dataN="12345" [color="red",penwidth="3"];
Comments