Graph with partial edge labelling
Hello all,
I need to draw a graph in which some edges are labelled and some edges are not. I know how to make all the edges labelled. But I need mixed edges (some are labelled and some are not).
Kindly help me with this.
Thank you
Maybe label the "unlabeled" by
''
(the empty string) instead ofNone
?