First time here? Check out the FAQ!
asked 13 years ago
Simple example:
d = DiGraph() d.add_edge(1, 2, '$a_0$') d.plot(edge_labels=True)
gives me extremely small edge label 'a0', is it possible to increase font size for all edge labels?