brainwipe / Harness

An artificial intelligence toybox for neural networks and other mathematical models.
https://nn.lack-of.org
4 stars 2 forks source link

Line Graph sink does draw properly #30

Open brainwipe opened 9 years ago

brainwipe commented 9 years ago

When drawing, the Line Graph sink should draw the latest point on the left and then move it to the right as new points are added. It also does not scale the axis accordingly.

Check out this article for solutions: http://pothibo.com/2013/09/d3-js-how-to-handle-dynamic-json-data/