plotly/plotly_matlab

docs - linebreak

danton267 opened this issue · 1 comments

load SimulatedStock.mat
TMW.Properties.VariableNames{'Close'} = 'Price';
linebreak(TMW(end-20:end,:))
title('Line Break Chart for TMW')

fig2plotly(gcf)
load SimulatedStock.mat
range = 1:25;
highlow(TMW(range,:),'b');
title('High, Low, Open, Close Chart for TMW')

do not work

@danton267 please rerun these examples. I ran them on my PC and everything looks good.

Make sure you are using the updated master (doing git pull origin master)

Bellow I share my results

Screen Shot 2021-10-22 at 6 14 44 PM

Screen Shot 2021-10-22 at 6 17 05 PM