I have an distance matrix (as DataFrame) as below for which I would like to create an plot like the second graph to visualize the distances. Is there any available plot object in Python can visualize distance matrix?
            Asked
            
        
        
            Active
            
        
            Viewed 6,608 times
        
    2
            
            
        - 
                    1Huh? The image seems to be literally pinched from the duplicate question. – tripleee Jul 01 '16 at 06:11
 
1 Answers
2
            Try any of these:
- NetworkX- its a python package which maybe used to plot graphs.
 - Graphviz - Graph Visualization Software or graphviz 0.4.10
 
For a start maybe go through Generating Graph Visualizations with pydot and Graphviz
        Ani Menon
        
- 27,209
 - 16
 - 105
 - 126
 

