Search found 1 match

by azedor
Sat Sep 19, 2009 8:35 pm
Forum: JFreeChart
Topic: real time plotting
Replies: 4
Views: 9058

real time plotting

I'm writting genetic algorithm and want to visualize it in real time. Generally speaking i want plot min, max and average value of fitness function. 3 curves in one plot area. I'm completely new with JFreeChart so code below isn't perfect, but this is how plotting looks like now. package sat; import...