Heatmap title - Interpreter (AppDesigner)
Mostrar comentarios más antiguos
Hello, I don't seem to be able to allow underscores in the title of heatmaps (Im using filenams that have underscores in them)
h1.Title = file;
set(h1,'Interpreter','tex');
I have read post's saying that it was not possible but they were dated 2017...I was wondering if was now possible
Thanks
Jason
Respuesta aceptada
Más respuestas (1)
h1 = heatmap(magic(4));
h1.Title = 'file_name';
h1.Interpreter = 'none';
Categorías
Más información sobre Data Distribution Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
