brainwipe / Harness

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

One dimensional line chart (sink) #20

Open brainwipe opened 9 years ago

brainwipe commented 9 years ago

I want to be able to see a line chart of my outputs in real time.

I want the graph to 'forget' old points after a time (which I set) and I want it to add new points in.

I want the graph to resize with the block. The graph only needs to display one dimension. I want to have many graphs in one model.

I want to be able to get at the raw data, it must look like a CSV (comma delimted)

brainwipe commented 9 years ago

Use d3 line chart for this: http://bl.ocks.org/mbostock/3883245 It can handle data changing.