lanhamt / switch-scheduling

cs244 reproducing network research project
MIT License
2 stars 0 forks source link

Using matplotlib for graphs #1

Open fy15maag opened 5 years ago

fy15maag commented 5 years ago

Greeting;

I'm working on a project and using SIM for simulating. I'm wondering why did you not use Simgraph v1.0 available in SIM website, at: https://web.archive.org/web/20100719163607/http://klamath.stanford.edu/tools/SIM/ And you used matplotlib which required some pre-installations. Is there any particular reasons you did this? or any extra features available at matplotlib but not in simgraph?

Thanks, Maryah

lanhamt commented 5 years ago

Hi Maryah,

Simgraph is pretty old and matplot lib has a lot of extra functionality that was nice to have.

But that was more personal preference/ what was easiest.