// Set the base appropriately:
xAxis.setBase(1024.0);
// xAxis.setTickUnit( new NumberTickUnit(128.0) );
// xAxis.getTickUnit().getMinorTickCount();
// FIXME This should really be a KB/MB/etc number formatter...
xAxis.setNumberFormatOverride(new LogFormat(1024.0, "1024", true));
// LogAxis yAxis = new LogAxis("Y");
// yAxis.setNumberFormatOverride(new LogFormat(10.0, "10", true));
plot.setDomainAxis(xAxis);
// plot.setRangeAxis(yAxis);