How to change the label text size of vertices

asked 2022-03-24 03:02:13 +0200

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?

edit retag flag offensive close merge delete

Comments

1

This is still an open issue (#13827).

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

David Coudert gravatar imageDavid Coudert ( 2022-03-24 09:12:19 +0200 )edit

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

DrewC gravatar imageDrewC ( 2022-03-24 14:10:37 +0200 )edit