Java graphing library for drawing probability tree diagrams

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

enter image description here

Any help is appreciated, thanks!

+7
source share
1 answer

Try jgraph or just create graphviz and render it separately or use the Graphviz Java API .

+2
source

All Articles