Heatmap xmin and ymin incorrect for negative minimum values
Created by: jasonpfox
Given Y(0) == -19 and Y(1) == -18, ymin comes out as -0.5, where it needs to be -19.5. Looks like scale for xmin and ymin only worked correctly for min endpoint at 0.