# Directed Graph With Specific Locations

**URL:** https://discourse.julialang.org/t/directed-graph-with-specific-locations/24304
**Category:** Visualization
**Created:** [May 17, 2019, 4:11am UTC](https://discourse.julialang.org/t/directed-graph-with-specific-locations/24304 "2019-05-17T04:11:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![samslam](https://avatars.discourse-cdn.com/v4/letter/s/91b2a8/32.png) [@samslam](https://discourse.julialang.org/u/samslam)
#### Post date: [May 17, 2019, 4:11am UTC](https://discourse.julialang.org/t/directed-graph-with-specific-locations/24304/1 "2019-05-17T04:11:23Z")

</div>

Hello

As part of a university project I am solving a version of the Vehicle routing problem. I hope to illustrate the results with a directed graph. I have managed to generate such graphs using LightGraphs, but am having trouble specifying node locations to reflect the data. Is there a suitable package/method I should be looking into? To be clear I would like to have a resulting directed graph with each node in a specific location. Any advice would be greatly appreciated

Thanks

Sam

---

<div class="post-metadata">

### Author: ![mkborregaard](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkborregaard/32/556_2.png) [@mkborregaard](https://discourse.julialang.org/u/mkborregaard)
#### Post date: [May 17, 2019, 6:17am UTC](https://discourse.julialang.org/t/directed-graph-with-specific-locations/24304/2 "2019-05-17T06:17:47Z")

</div>

If you know the specific locations already, you can just plot points to show the nodes, and lines to show the connections, no?  
The GraphRecipes repo has some code for squiggly lines if you want that.
