Hi,
I'm using the Network Analysis Tool and trying to pass edge width with no luck. My data looks like this (I'm trying both Width and Weight):
From | String |
To | String |
Width | Int |
Weight | Int |
But the Width/Weight parameters don't seem to change anything in the output. Does anyone know how to pass the width parameter defined here?
Solved! Go to Solution.
Hi @garthheward the edge.attributes are handled internally by the R package igraph. You can see how the macro is using the package by right-clicking the Network Analysis tool, and choosing Open Macro.
Can you attach your workflow? (You can anonymize your data.) I was able to see the edge weight difference by changing the values in the Network Analysis sample workflow. If you're not seeing a change, I'd like to see what your data look like and how your workflow is set up.
Thanks!
Thanks @CristonS,
I figured out the issue - the weight attribute is case sensitive so sending "Weight" doesn't work but sending "weight" does. This caught me off guard, since "From" and "To" don't seem to be case sensitive!
How we can adjust thickness of the width between "from" and "to" based on weight?
Is there any properties need to be modified in the Network Analysis tool?