Draw a dynamic graph? -
i have program wrote in java takes in set of actions , prints out graph after every action. way @ program prints out output of graph @ every time-step. need display dynamic graph visually , have been considering softwares gephi. know best way go doing , seems gephi not support feature. should build java applet , if java provide libraries.
i want display entire graph nodes , edges between them. edges display actions between nodes , each action result in values being changed in nodes. nodes display value being changed , edges marked action.
thanks.
jfreechart supports dynamic graphs. there lot of tutorials on web well. think thread might helpful
Comments
Post a Comment