How to draw a true pie chart?How to align text inside pie chart?PSTricks: ugly pie chartPie Chart with text outside pieDoes pslistplot support option polarplot=true?Pie Chart : Overlapping TextHow to conceive a macro for drawing a pie-chart circle of fifths?How to draw a line chart like this?LaTeX Trellis Diagrams for STBCsHow to draw psellipticarc?How to draw a flow chart?
Can a pet cat attune to a magical item?
Can UV radiation be safe for the skin?
Four day weekend?
Padding a column of lists
Using font to highlight a god's speech in dialogue
How smart contract transactions work?
How can I portray a character with no fear of death, without them sounding utterly bored?
Break down the phrase "shitsurei shinakereba naranaindesu"
Cheap oscilloscope showing 16 MHz square wave
Is this statement about a motion being simple harmonic in nature strong?
How to investigate an unknown 1.5GB file named "sudo" in my Linux home directory?
In what language did Túrin converse with Mím?
Can a system of three stars exist?
Does Q ever actually lie?
A vector is defined to have a magnitude and *a* direction, but the zero vector has no *single* direction. So, how is the zero vector a vector?
Best practice with Return in Module or Block
Why 50 Ω termination results in less noise than 1 MΩ termination on the scope reading?
Confidence intervals for the mean of a sample of counts
I was given someone else's visa, stamped in my passport
What caused the end of cybernetic implants?
New coworker has strange workplace requirements - how should I deal with them?
Does the Freedom of Movement spell prevent petrification by the Flesh to Stone spell?
Divide Numbers by 0
Where should I draw the line on follow up questions from previous employer
How to draw a true pie chart?
How to align text inside pie chart?PSTricks: ugly pie chartPie Chart with text outside pieDoes pslistplot support option polarplot=true?Pie Chart : Overlapping TextHow to conceive a macro for drawing a pie-chart circle of fifths?How to draw a line chart like this?LaTeX Trellis Diagrams for STBCsHow to draw psellipticarc?How to draw a flow chart?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
SpecialCoor
degrees[100]
%%%%
rput(.05;8.5)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]2017
rput(1.2;8)psframebox*small 17 %
%%%%
rput(.05;! 17 12.5 add)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]21742
rput(1.2;29)psframebox*Large 25 %
%%%%%
rput(.05;! 42 8 add)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]24258
rput(1.2;50)psframebox*Large 16 %
%%%%
rput(.05;! 58 12.5 add)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]25883
rput(1.2;71)psframebox*Large 25 %
%%%%
rput(.05;! 83 8.5 add)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]283100
rput(1.2;92)psframebox*Large 17 %
psdot(0,0)
endpspicture
enddocument
As you can see, it is skewed. What can I do?
pstricks
|
show 3 more comments
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
SpecialCoor
degrees[100]
%%%%
rput(.05;8.5)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]2017
rput(1.2;8)psframebox*small 17 %
%%%%
rput(.05;! 17 12.5 add)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]21742
rput(1.2;29)psframebox*Large 25 %
%%%%%
rput(.05;! 42 8 add)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]24258
rput(1.2;50)psframebox*Large 16 %
%%%%
rput(.05;! 58 12.5 add)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]25883
rput(1.2;71)psframebox*Large 25 %
%%%%
rput(.05;! 83 8.5 add)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]283100
rput(1.2;92)psframebox*Large 17 %
psdot(0,0)
endpspicture
enddocument
As you can see, it is skewed. What can I do?
pstricks
I don't really see the problem. Could you explain a bit more?
– Bernard
9 hours ago
@Bernard It mean they should be located on a circle.
– chishjmutoji 2
8 hours ago
What should be on a circle, which is not?
– Bernard
8 hours ago
You can see around (0,0). It seems slightly wrong.
– chishjmutoji 2
8 hours ago
@Bernard, I'm not sure, but visually looks like different line width or maybe not exploded by same amount, so the curved curves are not over a circle.
– Sigur
8 hours ago
|
show 3 more comments
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
SpecialCoor
degrees[100]
%%%%
rput(.05;8.5)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]2017
rput(1.2;8)psframebox*small 17 %
%%%%
rput(.05;! 17 12.5 add)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]21742
rput(1.2;29)psframebox*Large 25 %
%%%%%
rput(.05;! 42 8 add)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]24258
rput(1.2;50)psframebox*Large 16 %
%%%%
rput(.05;! 58 12.5 add)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]25883
rput(1.2;71)psframebox*Large 25 %
%%%%
rput(.05;! 83 8.5 add)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]283100
rput(1.2;92)psframebox*Large 17 %
psdot(0,0)
endpspicture
enddocument
As you can see, it is skewed. What can I do?
pstricks
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
SpecialCoor
degrees[100]
%%%%
rput(.05;8.5)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]2017
rput(1.2;8)psframebox*small 17 %
%%%%
rput(.05;! 17 12.5 add)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]21742
rput(1.2;29)psframebox*Large 25 %
%%%%%
rput(.05;! 42 8 add)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]24258
rput(1.2;50)psframebox*Large 16 %
%%%%
rput(.05;! 58 12.5 add)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]25883
rput(1.2;71)psframebox*Large 25 %
%%%%
rput(.05;! 83 8.5 add)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]283100
rput(1.2;92)psframebox*Large 17 %
psdot(0,0)
endpspicture
enddocument
As you can see, it is skewed. What can I do?
pstricks
pstricks
asked 9 hours ago
chishjmutoji 2chishjmutoji 2
627 bronze badges
627 bronze badges
I don't really see the problem. Could you explain a bit more?
– Bernard
9 hours ago
@Bernard It mean they should be located on a circle.
– chishjmutoji 2
8 hours ago
What should be on a circle, which is not?
– Bernard
8 hours ago
You can see around (0,0). It seems slightly wrong.
– chishjmutoji 2
8 hours ago
@Bernard, I'm not sure, but visually looks like different line width or maybe not exploded by same amount, so the curved curves are not over a circle.
– Sigur
8 hours ago
|
show 3 more comments
I don't really see the problem. Could you explain a bit more?
– Bernard
9 hours ago
@Bernard It mean they should be located on a circle.
– chishjmutoji 2
8 hours ago
What should be on a circle, which is not?
– Bernard
8 hours ago
You can see around (0,0). It seems slightly wrong.
– chishjmutoji 2
8 hours ago
@Bernard, I'm not sure, but visually looks like different line width or maybe not exploded by same amount, so the curved curves are not over a circle.
– Sigur
8 hours ago
I don't really see the problem. Could you explain a bit more?
– Bernard
9 hours ago
I don't really see the problem. Could you explain a bit more?
– Bernard
9 hours ago
@Bernard It mean they should be located on a circle.
– chishjmutoji 2
8 hours ago
@Bernard It mean they should be located on a circle.
– chishjmutoji 2
8 hours ago
What should be on a circle, which is not?
– Bernard
8 hours ago
What should be on a circle, which is not?
– Bernard
8 hours ago
You can see around (0,0). It seems slightly wrong.
– chishjmutoji 2
8 hours ago
You can see around (0,0). It seems slightly wrong.
– chishjmutoji 2
8 hours ago
@Bernard, I'm not sure, but visually looks like different line width or maybe not exploded by same amount, so the curved curves are not over a circle.
– Sigur
8 hours ago
@Bernard, I'm not sure, but visually looks like different line width or maybe not exploded by same amount, so the curved curves are not over a circle.
– Sigur
8 hours ago
|
show 3 more comments
2 Answers
2
active
oldest
votes
The centre of the wedges are all different, so the corresponding arcs , geometrically cannot be on the same circle. The closer these centres are from the origin, the closer the arcs are from an ideal circle,. So I decreasd the distance of the centres from the origin, and cheated a bit with the polar angles of some of them. Please see if it's OK for you:
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
SpecialCoor
degrees[100]
%%%%
rput(.03;8.5)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]2017
rput(1.2;8)psframebox*small 17 %
%%%%
rput(.03;29)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]21742
rput(1.2;29)psframebox*Large 25 %
%%%%%
rput(.03;50)pswedge[fillstyle=solid,fillcolor=lightgray,hatchcolor=gray]24258
rput(1.2;50)psframebox*Large 16 %
%%%%
rput(.03;70.5)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]25883
rput(1.2;71)psframebox*Large 25 %
%%%%
rput(.03;90)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]283100
rput(1.2;92)psframebox*Large 17 %
psdot(0,0)
endpspicture
enddocument
rput(.046;8.5)...rput(.04;! 42 8 add)...rput(.043;! 83 8.5 add). Thanks for your explanation ...
– chishjmutoji 2
1 hour ago
add a comment |
It cannot be exactly on an outer circle!
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
degrees[100]%
%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;8.5)2017
rput*(1.2;8)small 17 %%
%%%%
pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray](0.05;29.5)21742
rput*(1.2;29)Large 25 %%
%%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;50)24258
rput*(1.2;50)Large 16 %
%%%%
pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray](0.05;70.5)25883
rput*(1.2;71)Large 25 %
%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;-8.5)283100
rput*(1.2;92)Large 17 %
psdot(0,0)
endpspicture
enddocument
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f506488%2fhow-to-draw-a-true-pie-chart%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The centre of the wedges are all different, so the corresponding arcs , geometrically cannot be on the same circle. The closer these centres are from the origin, the closer the arcs are from an ideal circle,. So I decreasd the distance of the centres from the origin, and cheated a bit with the polar angles of some of them. Please see if it's OK for you:
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
SpecialCoor
degrees[100]
%%%%
rput(.03;8.5)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]2017
rput(1.2;8)psframebox*small 17 %
%%%%
rput(.03;29)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]21742
rput(1.2;29)psframebox*Large 25 %
%%%%%
rput(.03;50)pswedge[fillstyle=solid,fillcolor=lightgray,hatchcolor=gray]24258
rput(1.2;50)psframebox*Large 16 %
%%%%
rput(.03;70.5)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]25883
rput(1.2;71)psframebox*Large 25 %
%%%%
rput(.03;90)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]283100
rput(1.2;92)psframebox*Large 17 %
psdot(0,0)
endpspicture
enddocument
rput(.046;8.5)...rput(.04;! 42 8 add)...rput(.043;! 83 8.5 add). Thanks for your explanation ...
– chishjmutoji 2
1 hour ago
add a comment |
The centre of the wedges are all different, so the corresponding arcs , geometrically cannot be on the same circle. The closer these centres are from the origin, the closer the arcs are from an ideal circle,. So I decreasd the distance of the centres from the origin, and cheated a bit with the polar angles of some of them. Please see if it's OK for you:
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
SpecialCoor
degrees[100]
%%%%
rput(.03;8.5)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]2017
rput(1.2;8)psframebox*small 17 %
%%%%
rput(.03;29)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]21742
rput(1.2;29)psframebox*Large 25 %
%%%%%
rput(.03;50)pswedge[fillstyle=solid,fillcolor=lightgray,hatchcolor=gray]24258
rput(1.2;50)psframebox*Large 16 %
%%%%
rput(.03;70.5)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]25883
rput(1.2;71)psframebox*Large 25 %
%%%%
rput(.03;90)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]283100
rput(1.2;92)psframebox*Large 17 %
psdot(0,0)
endpspicture
enddocument
rput(.046;8.5)...rput(.04;! 42 8 add)...rput(.043;! 83 8.5 add). Thanks for your explanation ...
– chishjmutoji 2
1 hour ago
add a comment |
The centre of the wedges are all different, so the corresponding arcs , geometrically cannot be on the same circle. The closer these centres are from the origin, the closer the arcs are from an ideal circle,. So I decreasd the distance of the centres from the origin, and cheated a bit with the polar angles of some of them. Please see if it's OK for you:
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
SpecialCoor
degrees[100]
%%%%
rput(.03;8.5)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]2017
rput(1.2;8)psframebox*small 17 %
%%%%
rput(.03;29)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]21742
rput(1.2;29)psframebox*Large 25 %
%%%%%
rput(.03;50)pswedge[fillstyle=solid,fillcolor=lightgray,hatchcolor=gray]24258
rput(1.2;50)psframebox*Large 16 %
%%%%
rput(.03;70.5)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]25883
rput(1.2;71)psframebox*Large 25 %
%%%%
rput(.03;90)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]283100
rput(1.2;92)psframebox*Large 17 %
psdot(0,0)
endpspicture
enddocument
The centre of the wedges are all different, so the corresponding arcs , geometrically cannot be on the same circle. The closer these centres are from the origin, the closer the arcs are from an ideal circle,. So I decreasd the distance of the centres from the origin, and cheated a bit with the polar angles of some of them. Please see if it's OK for you:
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
SpecialCoor
degrees[100]
%%%%
rput(.03;8.5)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]2017
rput(1.2;8)psframebox*small 17 %
%%%%
rput(.03;29)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]21742
rput(1.2;29)psframebox*Large 25 %
%%%%%
rput(.03;50)pswedge[fillstyle=solid,fillcolor=lightgray,hatchcolor=gray]24258
rput(1.2;50)psframebox*Large 16 %
%%%%
rput(.03;70.5)pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray]25883
rput(1.2;71)psframebox*Large 25 %
%%%%
rput(.03;90)pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray]283100
rput(1.2;92)psframebox*Large 17 %
psdot(0,0)
endpspicture
enddocument
answered 7 hours ago
BernardBernard
190k7 gold badges86 silver badges224 bronze badges
190k7 gold badges86 silver badges224 bronze badges
rput(.046;8.5)...rput(.04;! 42 8 add)...rput(.043;! 83 8.5 add). Thanks for your explanation ...
– chishjmutoji 2
1 hour ago
add a comment |
rput(.046;8.5)...rput(.04;! 42 8 add)...rput(.043;! 83 8.5 add). Thanks for your explanation ...
– chishjmutoji 2
1 hour ago
rput(.046;8.5)...rput(.04;! 42 8 add)...rput(.043;! 83 8.5 add). Thanks for your explanation ...
– chishjmutoji 2
1 hour ago
rput(.046;8.5)...rput(.04;! 42 8 add)...rput(.043;! 83 8.5 add). Thanks for your explanation ...
– chishjmutoji 2
1 hour ago
add a comment |
It cannot be exactly on an outer circle!
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
degrees[100]%
%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;8.5)2017
rput*(1.2;8)small 17 %%
%%%%
pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray](0.05;29.5)21742
rput*(1.2;29)Large 25 %%
%%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;50)24258
rput*(1.2;50)Large 16 %
%%%%
pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray](0.05;70.5)25883
rput*(1.2;71)Large 25 %
%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;-8.5)283100
rput*(1.2;92)Large 17 %
psdot(0,0)
endpspicture
enddocument
add a comment |
It cannot be exactly on an outer circle!
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
degrees[100]%
%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;8.5)2017
rput*(1.2;8)small 17 %%
%%%%
pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray](0.05;29.5)21742
rput*(1.2;29)Large 25 %%
%%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;50)24258
rput*(1.2;50)Large 16 %
%%%%
pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray](0.05;70.5)25883
rput*(1.2;71)Large 25 %
%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;-8.5)283100
rput*(1.2;92)Large 17 %
psdot(0,0)
endpspicture
enddocument
add a comment |
It cannot be exactly on an outer circle!
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
degrees[100]%
%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;8.5)2017
rput*(1.2;8)small 17 %%
%%%%
pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray](0.05;29.5)21742
rput*(1.2;29)Large 25 %%
%%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;50)24258
rput*(1.2;50)Large 16 %
%%%%
pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray](0.05;70.5)25883
rput*(1.2;71)Large 25 %
%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;-8.5)283100
rput*(1.2;92)Large 17 %
psdot(0,0)
endpspicture
enddocument
It cannot be exactly on an outer circle!
documentclass[border=10pt]standalone
usepackagepstricks-add
begindocument
pssetunit=1.5cm,linejoin=1
beginpspicture(-2.1,-2.1)(2.1,2.1)
degrees[100]%
%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;8.5)2017
rput*(1.2;8)small 17 %%
%%%%
pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray](0.05;29.5)21742
rput*(1.2;29)Large 25 %%
%%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;50)24258
rput*(1.2;50)Large 16 %
%%%%
pswedge[fillstyle=hlines,fillcolor=gray,hatchcolor=gray](0.05;70.5)25883
rput*(1.2;71)Large 25 %
%%%%
pswedge[fillstyle=solid,fillcolor=gray,hatchcolor=gray](0.05;-8.5)283100
rput*(1.2;92)Large 17 %
psdot(0,0)
endpspicture
enddocument
answered 7 hours ago
user187802user187802
5,8581 gold badge2 silver badges17 bronze badges
5,8581 gold badge2 silver badges17 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f506488%2fhow-to-draw-a-true-pie-chart%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I don't really see the problem. Could you explain a bit more?
– Bernard
9 hours ago
@Bernard It mean they should be located on a circle.
– chishjmutoji 2
8 hours ago
What should be on a circle, which is not?
– Bernard
8 hours ago
You can see around (0,0). It seems slightly wrong.
– chishjmutoji 2
8 hours ago
@Bernard, I'm not sure, but visually looks like different line width or maybe not exploded by same amount, so the curved curves are not over a circle.
– Sigur
8 hours ago