Filter löschen
Filter löschen

Turn off the latex interpreter in clustergram

2 Ansichten (letzte 30 Tage)
Opt User
Opt User am 16 Jun. 2017
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 Kommentar
Gopinath Karuppannan
Gopinath Karuppannan am 21 Nov. 2019
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

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Sagar Doshi
Sagar Doshi am 20 Jun. 2017
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.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by