Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java graph library for drawing Probability Tree Diagrams

Is there any Java library that allows me to draw the following diagrams? JFreeChart does not include these kind of diagrams unfortunately.

enter image description here

Any help is appreciated, thanks!

like image 976
malamili Avatar asked May 14 '12 13:05

malamili


1 Answers

Try jgraph or just create a graphviz file and render it separately or use a Java graphviz API.

like image 51
Dave Newton Avatar answered Nov 17 '22 22:11

Dave Newton