[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 •[SOLVED] Selectively show node labels in preview mode
Page 1 of 1

[SOLVED] Selectively show node labels in preview mode

Posted: 28 Nov 2011 12:04
by ppareja
Hi all,

Is it possible to achieve this?
I have two different types of nodes in the visualization I'm working on right now and I would basically need to show labels only for one of these types.
Thanks in advance.
Cheers,

Pablo

Re: Selectively show node labels in preview mode

Posted: 28 Nov 2011 12:17
by admin
Hi,

Use a filter to select a subgroup of nodes, then use the button "Hide node/edge labels if not filtered" on the top of the Filters panel.

Re: Selectively show node labels in preview mode

Posted: 28 Nov 2011 12:38
by ppareja
Ok, thanks a lot!
Never saw that button before... :)

Pablo