Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Font size for edge label

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?