docs - linebreak
danton267 opened this issue · 1 comments
danton267 commented
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
gilbertogalvis commented
@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