Skip to content

Instantly share code, notes, and snippets.

@korakot
Created July 5, 2020 12:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korakot/e9020655c4eab641474b4e01561e627e to your computer and use it in GitHub Desktop.
Save korakot/e9020655c4eab641474b4e01561e627e to your computer and use it in GitHub Desktop.
Change arrow size in pyvis
for e in net.edges:
e['arrows'] = {'to': {'scaleFactor': 0.5}}
@Stefano314
Copy link

Thanks you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment