D3.js Issue 655

Testing this code:

		var y = d3.scale.log().domain([1e-1, 1e7]);
		y.ticks(6).map(y.tickFormat(6));
	
View the Javascript console to see output of testing.