legappend

Add or delete entries to a legend.
ダウンロード: 422
更新 2020/10/20

ライセンスの表示

legappend appends new entries to the end of a legend by deleting the current legend and recreating a new, similar legend.

Syntax
legappend('new legend entry')
legappend('new entry 1','new entry 2',...,'new entry N')
legappend('')
legappend('','',...,'')
[legend_h,object_h,plot_h,text_strings] = legappend(...)

Description
legappend('new legend entry') appends an existing legend with "new legend entry".
legappend('new entry 1','new entry 2',...,'new entry N') adds several new entries to the legend.
legappend('') deletes the last entry from the legend.
legappend('','',...,'') deletes the last several entries from the legend.
[legend_h,object_h,plot_h,text_strings] = legappend(...) returns legend_h, the handle of the new legend; object_h, handles of the line, patch, and text graphics objects used in the legend; plot_h, handles of the lines and other objects used in the plot; and text_strings, a cell array of the text strings used in the legend. Note that for new legend entries, legappend does not add entries to a current legend, but deletes the current legend and recreates a new one. As a result, the legend handle will change with each new-entry use of legappend. The legend handle does not change when legappend is used to delete an entry.


Author Info
Version 2 of this script was written by Samantha Kulpinski of General Electric, October 2020. Example scripts were written for the original version of this code by Chad A. Greene.
The original version of this function was created by Chad A. Greene of the Institute for Geophysics, The University of Texas at Austin, July 2014.

引用

Samantha Kulpinski (2026). legappend (https://jp.mathworks.com/matlabcentral/fileexchange/81438-legappend), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2020b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加
謝辞

ヒントを得たファイル: legappend

legappend

バージョン 公開済み リリース ノート
2.0.1

Updates to comments & descriptions, no functionality updates.

2.0.0