hdbscan usage to get Clusters with original Data Labels

Multi tool use
I am trying to use HDBSCAN library to determine clusters in a dataset.
I was able to get the library to cluster the data, but I am not sure if I understand all the functionality.
I used the following code.
I don't want to use the graphics available in the library , but I want to draw using custom graphics.
I am trying to create a frame, which has the label from the main dataset of the parent, Child it is associated with, ClusterNumber, CLuster Probability.
This will help me create a heirarchial tree structure ( close to a dendogram) for the Clusters defined.
Can anyone help?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.