}
@Override
public PlotLine createLine() {
LinearXYPlotLine plotLine = new LinearXYPlotLine(plot.getXAxis(), plot.getYAxis(), rotated ? XYDimension.Y : XYDimension.X);
XYDataset data = new CompressingXYDataset(plotLine, new DefaultCompressor());
return new PlotterPlotLine(plotLine, data, rotated);
}