Abhijith Anilkumar
Results
3
issues of
Abhijith Anilkumar
Modifying the package to use NetworkLayout.jl so that redundant copied code from GraphLayout can be eliminated.
Create a new type to represent Graph Visualization with Graph and customizable parameters as attributes. This makes real-time modifications of the Graph easier.
Currently, since the graph is redrawn (points recalculated after each change), the vertices are not constant. Vertices should be fixed.