[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •[FIXED] Preview Blank
Page 1 of 1

[FIXED] Preview Blank

Posted: 25 Mar 2011 03:29
by cschill
Hi,

I notice that if I have a graph with no edges then the preview will be blank. I rectified this by adding a "fake" edge from one node to the other nodes. Then, I can preview (and export) the graph and hide the edges.

Is this a bug? Sometimes its nice just to be able to see how nodes are layed out (especially when using the GeoLayout) plugin.

Thank you,
Chris

Re: Preview Blank

Posted: 25 Mar 2011 05:02
by admin
Yes it is, I reported it on Launchpad: https://bugs.launchpad.net/gephi/+bug/742232

It is probably the consequence of the fix of another bug, when an exception was raised when the graph contains no edge.