How to change the label text size of vertices

asked 3 years ago

DrewC gravatar image

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?

Preview: (hide)

Comments

1

This is still an open issue (#13827).

Have you tried G.show(method='js') as documented here.

David Coudert gravatar imageDavid Coudert ( 3 years ago )

@David Coudert Thanks, that method would be good enough to generate few examples. Hopefully, someone fix the issue later.

DrewC gravatar imageDrewC ( 3 years ago )