フィルターのクリア

Turn off the latex interpreter in clustergram

3 ビュー (過去 30 日間)
Opt User
Opt User 2017 年 6 月 16 日
コメント済み: Gopinath Karuppannan 2019 年 11 月 21 日
The dreaded default latex interpreter hunts me again. How can I turn it off in a clustergram? I tried rendering the clustergram object into a figure using fh = plot(cgo) but still no luck with set(fh,'interpreter','none')
  1 件のコメント
Gopinath Karuppannan
Gopinath Karuppannan 2019 年 11 月 21 日
Can some one explain why we have to use set(h,'Interpreter','none') . I have tried with and without use of this command. nothing changed in results.Here h is given as legend.
Thanks

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

採用された回答

Sagar Doshi
Sagar Doshi 2017 年 6 月 20 日
Try the following: h = plot(cgo); set(h,'TickLabelInterpreter','none');
You may not be able to set it directly on the clustergram object. I believe you will have to set it individually for axes, labels and text objects.
  1 件のコメント
Opt User
Opt User 2017 年 6 月 29 日
That works. Thank you.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import and Management についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by