Remove '%' sign in pie chart

This is probably a silly question. Can someone tell me that after I create a pie chart using the pie or pie3 command in MATLAB, how can I remove the % sign that comes with each chunk of the pie chart ?

 Risposta accettata

Ben11
Ben11 il 25 Giu 2014
Modificato: Ben11 il 25 Giu 2014
From what I saw on the help, I think you need to create a cell array containing the labels you want, that is without %
Their example:
x = 1:3;
labels = {'Taxes','Expenses','Profit'};
figure
pie(x,labels)

2 Commenti

Jay Ghosh
Jay Ghosh il 25 Giu 2014
Grazie Ben!
Ben11
Ben11 il 25 Giu 2014
My pleasure!

Accedi per commentare.

Più risposte (0)

Tag

Richiesto:

il 25 Giu 2014

Commentato:

il 25 Giu 2014

Community Treasure Hunt

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

Start Hunting!

Translated by