"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 (2026). 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 Creating, Deleting, and Querying Graphics Objects in Help Center and MATLAB Answers
Tags
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
|
