colourplot

Colours every plot line uniquely
1,5K Downloads
Aktualisiert 22. Jun 2009

Lizenz anzeigen

A short function to colour plots with all the colours of the rainbow. Gives better output than trying to select good colours in advance.

figure; hold on; x = 1:10;
plot(x,x);
plot(x,-x);
colourplot;

Zitieren als

Will Robertson (2024). colourplot (https://www.mathworks.com/matlabcentral/fileexchange/11235-colourplot), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2006a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Annotations finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

Update, and add BSD licence to the source.

1.0.0.0