I would expect this to generate 3 categories (a, b, 1) but it generates 4 - two identical 1's: ``` Plotly.newPlot(gd,[{x:['a','b',1,'1'],y:[1,2,3,4]}],{xaxis:{type:'category'}}) ``` <img width="303" alt="screen shot 2017-03-09 at 7 03 14 pm" src="https://cloud.githubusercontent.com/assets/2678795/23776241/138e6a74-04fb-11e7-871e-36a48b4bcc9c.png">