Hello,
I would like to draw a graph with node and edge labels. I am stuck as when I call gplot no edges appear in my graph. I attatched an image of my graph as well as what I would like
using LightGraphs
using GraphPlot
using Compose
g = SimpleGraph(5)
add_edge!(g,1,3)
gplot(g)
gplot sometimes shows edges a bit weird, but you have an edge between the close nodes on the top right. If you want to label your nodes/edges you can do that with