help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Color interval chart


From: mmuetzel
Subject: Re: Color interval chart
Date: Tue, 20 Nov 2018 11:18:38 -0600 (CST)

I don't want to be disrespectful. But please at least *try* to read the
answers! And show what you have tried!

Pantxo's answer works for me:
axes ();
rectangle ('Position', [0 0 5 10], 'FaceColor', 'g', 'EdgeColor', 'none');
hold on
plot (1:10);



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]