Colormap for area graphic
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi everyone. I have area and line graphics in one window
[ax,h1,h2] = plotyy(x, y1, x, y2, @area, @line);
How to set colormap for the area graphic to get green color if area>0 and red if area<=0?
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Colormaps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!