"uisetlineprops" is a simple graphical user interface tool for easy manipulation of the following properties of a "line" graphics object:
Visible, Color, LineStyle, LineWidth, Marker, MarkerSize, MarkerEdgeColor, MarkerFaceColor.
Example of use:
s=peaks;
handle=plot(s(:,25));
props=uisetlineprops(handle)
Cite As
Mike (2024). uisetlineprops (https://www.mathworks.com/matlabcentral/fileexchange/14143-uisetlineprops), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R14SP3
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Graphics Object Programming 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 | updating for BSD license
|