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

How to generate a class relationship diagram #12

Closed
xareelee opened this issue May 12, 2021 · 3 comments
Closed

How to generate a class relationship diagram #12

xareelee opened this issue May 12, 2021 · 3 comments
Labels
question Further information is requested

Comments

@xareelee
Copy link

Actually, it's not a bug report.

I just wonder what tool do you use to generate this image:

@xareelee xareelee added the bug Something isn't working label May 12, 2021
@manusimidt
Copy link
Owner

@xareelee
I used draw.io / diagrams.net.

Can only recommend it :) They also have a desktop application. But their online version is also very stable and fast.

@manusimidt manusimidt added question Further information is requested and removed bug Something isn't working labels May 12, 2021
@xareelee
Copy link
Author

Thanks for reply.

Is it generated by analyzing the code automatically, or by drawing this pic manually?

@manusimidt
Copy link
Owner

@xareelee
No, unfortunately you have to draw it manually.

But i also think generating a diagram from python code is really hard, since python has weak types. Hence the diagram tool can not know for sure which type a member of a class has.

If you find a tool that works let me know 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants