We still include `tozero` in the autorange for bar traces even if there's a `base` that means no bars start at 0. For example: ```js Plotly.newPlot(gd,[{y:[1,2,3],base:[3,4,5],type:'bar'}],{width:400,height:400}) ``` <img width="280" alt="screen shot 2018-09-20 at 11 03 32 am" src="https://user-images.githubusercontent.com/2678795/45827753-23342800-bcc5-11e8-9936-48bc3a827154.png"> This should instead get a regular padded autorange from 3 to 8.