ManimCommunity/manim

Graph theory: Weighted edges, loop edges

Open

#3153 opened on Feb 9, 2023

View on GitHub
 (5 comments) (2 reactions) (0 assignees)Python (17,820 stars) (1,378 forks)batch import
good first issuenew feature

Description

Hello. I would like to animate several algorithms used in computer science. I've noticed it is not possible to add loop edges (edge from a node to itself) and it is not possible to assign weights to edges (decimal numbers). Can you add this functionality?

Contributor guide