uisetlineprops

Version 1.0.0.0 (12.6 KB) by Mike
GUI tool for setting line and marker properties
1.1K Downloads
Updated 31 Mar 2016

View License

"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 Linux
Categories
Find more on Graphics Object Programming in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

updating for BSD license
added some help information