2.1K Downloads
Updated
21 Oct 2005
No License
PLOTA is the same as standard PLOT function, BUT it plots each new plot using other color ( making 'hold on' automatically and cycling through the colors in the order specified by the current axes ColorOrder property )
EXAMPLE:
figure;
plota(randn(1,100));
plota(randn(1,100));
plota(randn(1,100));
legend('First call to plota', 'Second call to plota', 'Third call to plota')
Cite As
Alex Bar-Guy (2024). PLOTA (https://www.mathworks.com/matlabcentral/fileexchange/8767-plota), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R13SP1
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Graphics > Formatting and Annotation > Axes Appearance > Combine Multiple Plots > Subplots >
Find more on Subplots in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |