[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 •How to change the weight of only filtered records
Page 1 of 1

How to change the weight of only filtered records

Posted: 31 Jan 2018 19:31
by rjalex
Dear friends,
I have around 30% of my arcs labeled as "metabolizes" in an "arc_type" column I've added to my data laboratory layout.

Currently all edges have a weight of 1.0

I would like to change this to 3.0 but only for the "metabolizes" arcs.

I triggered a filter that shows only the proper records and tried using the "fill columns" button which worked but then when I stopped the filter I found this changes ALL the records even those which are hidden by the filter.

Is there a(nother) way to perform what I need, within Gephi?

Thank you in advance.

Re: How to change the weight of only filtered records

Posted: 31 Jan 2018 22:59
by eduramiba
You can select the desired rows, right click, open all of them on edit panel and set the value you want to the any attribute.

Other way is select the desired rows, right click and use the 'Overwrite data to other selected nodes...' feature.

Re: How to change the weight of only filtered records

Posted: 02 Feb 2018 12:19
by rjalex
Doh!

Thank you so much! Worked as a charm!

Re: How to change the weight of only filtered records

Posted: 06 Mar 2018 09:33
by rjalex
Thank you!