Colorbar Label Interpreter Definition

70 ビュー (過去 30 日間)
Georg Söllinger
Georg Söllinger 2017 年 3 月 4 日
コメント済み: Georg Söllinger 2017 年 3 月 4 日
Hello dear Community,
I'd like to implement a formula into the label of my contourf-plot and I can't find an appropriate solution.
cb = contourcbar('Location','eastoutside');
cb.XLabel.String = leg;
This is the way how I achieved the Legend, but I cannot define the Latex Interpreter. I tried the following, but matlab throws an error ('There is no Interperter Property on the ColorBar class.') with this attempt.
set(cb,'interpreter','latex')
Can anyone help me?
Thanks in advance!

採用された回答

Walter Roberson
Walter Roberson 2017 年 3 月 4 日
cb.Label.Interpreter = 'latex';
  1 件のコメント
Georg Söllinger
Georg Söllinger 2017 年 3 月 4 日
Thanks, your solution works!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by