Minor feature: dont show empty plots in legend. (in synch with mk branch)
This commit is contained in:
parent
328dd93b27
commit
a370c45029
@ -132,7 +132,7 @@ public class StatisticsWithGUI extends AbstractStatistics implements Serializabl
|
||||
// + m_StatsParams.GetInfoString()
|
||||
+ "Mean_of_" + fullRuns + " ",
|
||||
(float) 2.0);
|
||||
if (normal && m_FitnessFrame[i].isValid()) {
|
||||
if (normal && m_FitnessFrame[i].isValid() && (m_FitnessGraph[i][j].getPointCount()>0)) {
|
||||
m_StatGraph[i][j].addGraph(m_FitnessGraph[i][j]);
|
||||
m_FitnessGraph[i][j].clear();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user