dlcole3 / DataGraphs.jl

MIT License
0 stars 0 forks source link

Removed unnecessary dependencies and updated functions #6

Closed dlcole3 closed 2 years ago

dlcole3 commented 2 years ago

Removed the dependencies on Plots.jl and NetworkLayout.jl as these are not essential for the functioning of DataGraphs.jl. Instead, the plotting functions are contained in the plots.jl file of the examples directory. Also exported all necessary functions from the module.