[jgrapht-users] feature request/help: save (huge) graph to image file
Brought to you by:
barak_naveh,
perfecthash
From: Ícaro C. D. <ic...@gm...> - 2015-09-18 00:11:52
|
Hi there, I have been using JGraphT in my research project it has been great for me! I used to create and manipulate graphs well, so as ploting then using JGraphXAdapter API together with java.swing.JFrame. While this works well, I currently need to save the graph plots as PNG files. I managed how to do it just fine, but I have problems when the graphs get too large. The plot seems fine, but the way I perform exporting to png failures when the graphs are large. I have already asked for this in: http://stackoverflow.com/questions/32641766/export-huge-jframe-to-file Does JGraphT have any built-in solution to save a org.jgrapht.Graph directly to image file? Have you guys experienced any problems related to that? Thanks in advance! Icaro Cavalcante Dourado |