Open MohamedLEGH opened 11 months ago
This is what I get with the graph.display() function (and with System.setProperty("org.graphstream.ui", "swing")):
graph.display()
System.setProperty("org.graphstream.ui", "swing")
And this is what I get with
FileSinkSVG fsi = new FileSinkSVG(); fsi.writeAll(graph, "test.svg");
I also tested with FileSinkUnstyledSVG but the svg output is not even readable.
FileSinkUnstyledSVG
This is what I get with the
graph.display()
function (and withSystem.setProperty("org.graphstream.ui", "swing")
):And this is what I get with
I also tested with
FileSinkUnstyledSVG
but the svg output is not even readable.