# Plotting weighted graphs?

**URL:** https://discourse.julialang.org/t/plotting-weighted-graphs/67277
**Category:** Graphs
**Tags:** lightgraphs, graphs
**Created:** [August 29, 2021, 10:06am UTC](https://discourse.julialang.org/t/plotting-weighted-graphs/67277 "2021-08-29T10:06:41Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Tqft](https://avatars.discourse-cdn.com/v4/letter/t/b782af/32.png) [@Tqft](https://discourse.julialang.org/u/Tqft)
#### Post date: [August 29, 2021, 10:06am UTC](https://discourse.julialang.org/t/plotting-weighted-graphs/67277/1 "2021-08-29T10:06:42Z")

</div>

I’m dealing with weighted graphs ([Dynkin diagrams](https://en.wikipedia.org/wiki/Dynkin_diagram) for example) and need a simple way to plot them, preferably even on the terminal (in most examples the user would like to look at there are only a few vertices). Is there any way (any package) that allows me to do this? There’s the SimpleWeightedGraphs package (building on top of LightGraphs) that I would like to use but it seems there’s not support for plotting!?

---

<div class="post-metadata">

### Author: ![lazarusA](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lazarusa/32/6571_2.png) [@lazarusA](https://discourse.julialang.org/u/lazarusA)
#### Post date: [August 29, 2021, 10:52am UTC](https://discourse.julialang.org/t/plotting-weighted-graphs/67277/2 "2021-08-29T10:52:45Z")

</div>

here, you could use [Feature Walkthrough · GraphMakie.jl](http://juliaplots.org/GraphMakie.jl/stable/generated/plots/), or also do them manually if you have connections, positions and weights. [https://lazarusa.github.io/BeautifulMakie/ScattersLines/RRGraph/](https://lazarusa.github.io/BeautifulMakie/ScattersLines/RRGraph/)
