Add Legend Automatically Based on Tag Property Value

版本 1.0.0.0 (3.3 KB) 作者: Hannes Mogensen
Add legend to axes based on values from plot handles Tag property
96.0 次下载
更新时间 2016/7/30

查看许可证

Instead of adding a legend manually and making sure the colors are consistent, use the 'Tag' property for each plot to separate them. Then use the function add_legend to add a legend. The function groups all plots based on their Tag property, and give each group a separate color. It uses the Tag property values as labels in the legend.
I have included the function varycolor by Daniel Helmick:

https://www.mathworks.com/matlabcentral/fileexchange/21050-varycolor

引用格式

Hannes Mogensen (2024). Add Legend Automatically Based on Tag Property Value (https://www.mathworks.com/matlabcentral/fileexchange/58456-add-legend-automatically-based-on-tag-property-value), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Legend 的更多信息
标签 添加标签
致谢

参考作品: varycolor

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Added credit to Daniel Helmick

Updated description