Enter in XTickLabel , how to?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am editting a graph. I was giving names to each bar with xticklabel. But the way it creates isnt looking nice.
set(gca,'XTickLabel',{['bar1' num2str(DATA)]})
this creates below the bar,
bar1 DATA
what i want is
- bar1
- DATA (enter in between)
so how to do this?
0 comentarios
Respuestas (2)
Ver también
Categorías
Más información sobre Graph and Network Algorithms 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!