plotly / plotly_matlab

Plotly Graphing Library for MATLAB®
https://plot.ly/matlab/
MIT License
384 stars 168 forks source link

Candlestick charts don't convert #64

Open jackparmer opened 9 years ago

jackparmer commented 9 years ago

load disney; candle(dis_HIGH(end-20:end), dis_LOW(end-20:end), dis_CLOSE(end-20:end),... dis_OPEN(end-20:end), 'b');

BRONSOLO commented 9 years ago

Interesting. I'll investigate to see if it is a quick fix - thanks for reporting! disney : )