How to create a two-line y label for bar plot?

18 vues (au cours des 30 derniers jours)
Duc Tran
Duc Tran le 30 Jan 2022
Commenté : Duc Tran le 9 Fév 2022
Hi, I have a code below that I use to plot 4 different categories data with label on the y-axis. I want to make each catogory label into 2 lines so that it looks neater when plot and I was wondering how I can do that.
X = categorical({'Energy Consumption', 'Environmental Impact', 'Manufacturing Cost', 'Value of Products'});
y = [1 5.22; 1 3.76; 1 1.61; 1 0.42];
b = barh(X,y);

Réponse acceptée

the cyclist
the cyclist le 31 Jan 2022
There are ideas on how to do this in this answer.
  1 commentaire
Duc Tran
Duc Tran le 9 Fév 2022
Thank you for your guide, the solution works!

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by