[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
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2018-05-22T11:45:51+01:00 https://forum-gephi.org/app.php/feed/topic/6597 2018-05-22T11:45:51+01:002018-05-22T11:45:51+01:00 https://forum-gephi.org/viewtopic.php?t=6597&p=15297#p15297 <![CDATA[Re: Arrows with curved edges]]>
Anyway, the clockwise of the curve is the direction of the edge in curved edges, so arrows are not necessary.

Statistics:Posted by eduramiba — 22 May 2018 11:45


]]>
2018-05-21T22:45:35+01:002018-05-21T22:45:35+01:00 https://forum-gephi.org/viewtopic.php?t=6597&p=15294#p15294 <![CDATA[Re: Arrows with curved edges]]>
A few questions:

1. It is just lack of priority or there is any fundamental problem against it?

2. If not the latter, how could arrows for curved lines enter in the future roadmap?
I would love to render graphs like this, they need curved lines but are also directedImage

3. Is there any place in the documentation where it would make sense to mention this current lack of support?

Best,

Mario

Statistics:Posted by mcallisto — 21 May 2018 22:45


]]>
2018-05-21T17:29:40+01:002018-05-21T17:29:40+01:00 https://forum-gephi.org/viewtopic.php?t=6597&p=15293#p15293 <![CDATA[Re: Arrows with curved edges]]>
Arrows are not supported for curved lines.

Statistics:Posted by eduramiba — 21 May 2018 17:29


]]>
2018-05-21T15:11:38+01:002018-05-21T15:11:38+01:00 https://forum-gephi.org/viewtopic.php?t=6597&p=15292#p15292 <![CDATA[Arrows with curved edges]]>
I am testing some PNG renderings with Gephi Toolkit 0.9.2

Within the same exact code:

* if I have

CODE:

      model.getProperties.putValue(PreviewProperty.DIRECTED, true)      model.getProperties.putValue(PreviewProperty.ARROW_SIZE, 100.0f)      model.getProperties.putValue(PreviewProperty.EDGE_CURVED, false)
the arrows are perfectly shown in the exported PNG image file

* if I change the last line to (setting EDGE_CURVED to true)

CODE:

      model.getProperties.putValue(PreviewProperty.EDGE_CURVED, true)
the arrows are not displayed.

Any idea why this is happening?

Thank you,

Mario

Statistics:Posted by mcallisto — 21 May 2018 15:11


]]>