You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the question @Liyubov! From draw(), you cannot yet do it.
However, you can do it by using separately the dedicated function draw_node_labels() that has a font_size_nodes parameter and many others.
Instead of using draw(), you can also use draw_nodes() and draw_edges() separately for more control. If you do that, you will see in the docs that you can use the **kwargs in draw_nodes() to pass arguments of the draw_node_labels() function without calling it separately.
Let us know if you manage or if something is still unclear.
We will try to clarify this in the docs and maybe add it as a recipe online.
Originally posted by @Liyubov in #499 (comment)
The text was updated successfully, but these errors were encountered: