How to set the default colorbar label text interpreter?
    12 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    David Honegger
 el 5 de Dic. de 2016
  
    
    
    
    
    Respondida: Andreas Michelsen
 el 3 de Abr. de 2018
            I can't seem to find the appropriate object property to set the default text interpreter for the colorbar label.
Setting the default text interpreter ... set(groot,'defaultTextInterpreter','latex') ... gets the job done for axes labels, but it does not carry over to colorbar labels. The colorbar class does allow for setting the default tick label interpreter, but no luck for the label interpreter.
Can anyone point me in the right direction? Thanks!
0 comentarios
Respuesta aceptada
  Andreas Michelsen
 el 3 de Abr. de 2018
        You can set it manually after the plot with
h.Label.Interpreter = 'latex'
where h is the colorbar handle.
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Labels and Annotations en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

