Plotly contour problem

Hi,

I encounter this issue and see if you can help to resolve. The “size” value below is calculated by (2.4-2.2)/10. Because I want the colour bar to be segmented by 10 different color level. But for this particular dataset it return error. The funny thing i that if you change the “size” value to example 0.021 or 0.0201 or 0.03. The contour plot can come out.

See if anyone can help.Thanks.

 contours:{
        start:2.2,
        end:2.4,
        size:0.02
    }

Thanks for the report.

You can subscribe to https://github.com/plotly/plotly.js/issues/2088 for the latest development info.