How to change the label text size of vertices
When I have a graph with over 1000 vertices, vertex label text is too small to read,
but it seems there is no method dealing with this issue?
I was only able to find the ticket #13827 from 6 years ago raising the same issue without a fix:
"fontsize affects to size of title font, not for vertex label or edge label font sizes."
Is there any way to change label text size?
This is still an open issue (#13827).
Have you tried
G.show(method='js')
as documented here.@David Coudert Thanks, that method would be good enough to generate few examples. Hopefully, someone fix the issue later.