fillmarkers

This functions fills plot markers of a specified plot
200 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 (2026). 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
Categories
Find more on Annotations in Help Center and MATLAB Answers
Version Published Release Notes
1.1.0.0

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

1.0.0.0