Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 2
    $\begingroup$ For Graph the default PerformanceGoal is $PerformanceGoal which normally evaluates to "Quality". It looks like a bug that despite this for Graph by default is used PerformanceGoal -> "Speed". Worth to report to tech support. $\endgroup$ Commented May 1, 2017 at 17:21
  • 1
    $\begingroup$ How does the system figure out how much to offset the arrows by? I was surprised to see that the offsetting is perfect even if I use complex vertex shapes like polygons: VertexShapeFunction -> (Polygon@CirclePoints[#1, Max[#3], 3] &). The tip of the arrow is always touching the vertex shape, no matter what custom shape I use. $\endgroup$ Commented May 1, 2017 at 17:28
  • $\begingroup$ I see that it is done through DynamicLocation, which you used in some of your answers. I wonder if it is possible to force these constructs to be used even if I set a custom EdgeShapeFunction. $\endgroup$ Commented May 1, 2017 at 17:46