Visualizing Data: Simple Graph Demo (Chapter 8)
in
Programming Questions
•
2 years ago
Hi folks!
I'm new to Processing. I have started by programming (actually it was just copy and paste) the "Simple Graph Demo" from the book "Visualizing Data". But when I try to run the program it keeps saying that "the constructor [Edge e = new Edge(from, to);] is undefined" and I can't figure out why this error occurs.
EDIT: Code deleted
I'm new to Processing. I have started by programming (actually it was just copy and paste) the "Simple Graph Demo" from the book "Visualizing Data". But when I try to run the program it keeps saying that "the constructor [Edge e = new Edge(from, to);] is undefined" and I can't figure out why this error occurs.
EDIT: Code deleted
1