Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph theory: Weighted edges, loop edges #3153

Open
GraxCode opened this issue Feb 9, 2023 · 4 comments
Open

Graph theory: Weighted edges, loop edges #3153

GraxCode opened this issue Feb 9, 2023 · 4 comments
Labels
good first issue Good for newcomers new feature Enhancement specifically adding a new feature (feature request should be used for issues instead)
Milestone

Comments

@GraxCode
Copy link

GraxCode commented Feb 9, 2023

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?

@GraxCode GraxCode added the new feature Enhancement specifically adding a new feature (feature request should be used for issues instead) label Feb 9, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in Dev Board Mar 31, 2023
@MrDiver MrDiver added this to the v0.18.1 milestone Dec 2, 2023
@MrDiver
Copy link
Collaborator

MrDiver commented Dec 2, 2023

This should definitely be something that works in the future. Maybe we can manage to do it in the same style that tikz does it.

grafik

I think that would be a good idea.

@MrDiver MrDiver added the good first issue Good for newcomers label Dec 2, 2023
@pauluhlenbruck
Copy link
Contributor

Hey, I would like to take a shot at this

@behackl behackl modified the milestones: v0.18.1, v0.19.0 Apr 23, 2024
@JasonGrace2282 JasonGrace2282 modified the milestones: v0.19.0, v0.20.0 Jul 23, 2024
@KeerthanaUrella
Copy link

@GraxCode Hey, I would like to know more about this issue. Like is it just writing a logic in python or should we animate it?

@ZynoXelek
Copy link

Hello,
I have been working on this issue for the past one and a half week and I think I have an implementation that could work fine.
I made a pull request today (#3945) so feel free to give some feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers new feature Enhancement specifically adding a new feature (feature request should be used for issues instead)
Projects
Status: 🆕 New
Development

No branches or pull requests

7 participants