Hi, I'm adding two XYSeries objects to an XUSeriesCollection, and plotting it on the XYPlot with the StandarXYItemRenderer. I tried creating the plot and the chart using the ChartFactory.createXYLineChart method as well as explicitly. The series that gets added second always has a spurious data point at the origin and the connect line to the first real data point. I tried ...