fillmarkers

This functions fills plot markers of a specified plot
199 Downloads
Updated 20 Feb 2014

View License

This function will fill the markers of a specified plot with the colors of the corresponding traces.
If no plothandle is provided, use the plot in the current axes.
Example 1:
pl = plot(rand(5),'-o');
fillmarkers(pl)

Example 2:
plot(rand(5),'-o');
fillmarkers

Cite As

Bart van Oort (2024). fillmarkers (https://www.mathworks.com/matlabcentral/fileexchange/44071-fillmarkers), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

included using current axes in case no plot handle is provided.

1.0.0.0