chartsPanel.add(newChartPanel(ChartFactory.createXYLineChart("Opinions means on subjects","timesteps","opinions",opinionsMeanOnSubjects,PlotOrientation.VERTICAL,true,true,false)));
chartsPanel.add(newChartPanel(ChartFactory.createXYLineChart("Opinions means on subjects","timesteps","opinions",opinionsMeanOnSubjects,PlotOrientation.VERTICAL,false,true,false)));