Setting a default colororder
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Roy Goodman
      
 el 31 de En. de 2024
  
    
    
    
    
    Comentada: Roy Goodman
      
 el 31 de En. de 2024
            I like the new colororder gem12. I'd like to set it as my default in my startup file. However the following returns an error. What have I done wrong?
set(groot, "defaultaxescolororder",gem12)
0 comentarios
Respuesta aceptada
  Walter Roberson
      
      
 el 31 de En. de 2024
        C = orderedcolors("gem12");
set(groot, "defaultaxescolororder", C)
Más respuestas (0)
Ver también
Categorías
				Más información sobre Startup and Shutdown en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

