[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Color interval chart
From: |
shivax |
Subject: |
Re: Color interval chart |
Date: |
Tue, 20 Nov 2018 11:36:42 -0600 (CST) |
thank you for answer…
i'de try it with code:
rectangle ("Position", [0, ylim()(1),k1,ylim()(2)], 'FaceColor', 'g',
'EdgeColor', 'none');
hold on
plot(x,ValEquity2_Other,'c');
h=plot(x,ValEquity,x,ValEquity2);
and i don't see curve beacuse the problem was ylim…
ylim i don't know it before to plot..
Thanks you..now i've understand what was the problem and i solve it
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html