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 ?

 Akzeptierte Antwort

Ben11
Ben11 am 25 Jun. 2014
Bearbeitet: Ben11 am 25 Jun. 2014

0 Stimmen

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 Kommentare

Jay Ghosh
Jay Ghosh am 25 Jun. 2014
Grazie Ben!
Ben11
Ben11 am 25 Jun. 2014
My pleasure!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Gefragt:

am 25 Jun. 2014

Kommentiert:

am 25 Jun. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by