uisetlineprops

GUI tool for setting line and marker properties

You are now following this Submission

"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 .

Categories

Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

updating for BSD license
added some help information