I want to draw a dendrogram without using python libraries, so I want to implement a native program to do that with a small dataset. How can I achieve that?
Asked
Active
Viewed 39 times
1 Answers
0
there's a built-in library that called turtle-graphics it's like using the math library or the built-in functions so it's from scratch.
The docs
https://docs.python.org/3.3/library/turtle.html?highlight=turtle

12ksins
- 307
- 1
- 12