Skip to content

Commit

Permalink
make names bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ-Wright committed Aug 13, 2018
1 parent f2b964e commit 4421bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/live_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def print_sleep(x):
source,
source_node=True,
edge_style={"color": "k"},
node_label_style={"font_size": 10},
node_label_style={"font_size": 15},
edge_label_style=lambda x: {"label": x["label"], "font_size": 15},
node_style=node_style,
force_draw=True,
Expand Down

0 comments on commit 4421bea

Please sign in to comment.