Candlestick Charting Issue - data validation method (plotly.tools._validate_ohlc) does't seem to accept equal values

Hi there,
The validate_ohlc method should check if the low value is greater than one of the other values: https://github.com/plotly/plotly.py/blob/master/plotly/tools.py#L5018
If equal, you should still see the plot. Could you provide an example of when youโ€™re seeing this message upon plotting your low value equal to one of the other values.