Ruby Han Posted November 3, 2022 Share Posted November 3, 2022 Hello, I was referencing the spy documentations and found this (I think it was in one of the spy.assets module). May I know what open source libraries Seeq is using to generate the tree visualization show below? Or was that made from scratch within Seeq? Thank you, Ruby Han Link to comment Share on other sites More sharing options...
Craig Fiedorek Posted November 3, 2022 Share Posted November 3, 2022 Hi Ruby, I'm the author of this particular section of code. Outside of pandas, the library used to keep track of all data in SPy, the visualization function does not use any open source libraries, and the printed tree structure is made from scratch. I found that most available tree visualization libraries were either too specific or too general in their intended use, and it was simpler to write this from scratch. If you are looking to write something similar for your own purposes, I found this Stack Overflow thread describing how to do an equivalent thing in the context of file trees. Best, Craig Link to comment Share on other sites More sharing options...
Ruby Han Posted November 3, 2022 Author Share Posted November 3, 2022 Oh sweet, thank you! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now