Hi,
I would like to create a visualization of a graph. There are a few requirements:
1) the nodes can display images,
2) the graph would be partitioned into smaller blocks of equal dimensions, and,
3) the graph can be written to a file, preferably in SVG format.
I attached a sample of the graph that I wish to draw.
Would graphstream be the proper library for this task? If so, some examples on completing this task would be appreciated.