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?
What kind of electrical outlet is this? Red, winking-face shape
My colleague treats me like he's my boss, yet we're on the same level
Does using composite keys violate 2NF
Padding a column of lists
How would a disabled person earn their living in a medieval-type town?
Could a simple hospital oxygen mask protect from aerosol poison?
Turn off Google Chrome's Notification for "Flash Player will no longer be supported after December 2020."
Confidence intervals for the mean of a sample of counts
Can a pet cat attune to a magical item?
Why 50 Ω termination results in less noise than 1 MΩ termination on the scope reading?
Am I required to correct my opponent's assumptions about my morph creatures?
Fishing from underwater domes
How many possible file types in the output `ls -l` command?
Is the net torque changed when a partner on a seesaw stands or hangs from her end instead of sitting?
How were US credit cards verified in-store in the 1980's?
Do universities maintain secret textbooks?
Sum and average calculator
Don't look at what I did there
Can I leave a large suitcase at TPE during a 4-hour layover, and pick it up 4.5 days later when I come back to TPE on my way to Taipei downtown?
Given a specific computer system, is it possible to estimate the actual precise run time of a piece of Assembly code
An idiom for “Until you punish the offender, they will not give up offenses”
A word for the urge to do the opposite
Can you use Apple Care+ without any checks (bringing just MacBook)?
What is the chance of getting a Red Cabbage in year 1?
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
8 hours ago
@Bernard It mean they should be located on a circle.
– chishjmutoji 2
7 hours ago
What should be on a circle, which is not?
– Bernard
7 hours ago
You can see around (0,0). It seems slightly wrong.
– chishjmutoji 2
7 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
7 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 8 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
8 hours ago
@Bernard It mean they should be located on a circle.
– chishjmutoji 2
7 hours ago
What should be on a circle, which is not?
– Bernard
7 hours ago
You can see around (0,0). It seems slightly wrong.
– chishjmutoji 2
7 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
7 hours ago
|
show 3 more comments
I don't really see the problem. Could you explain a bit more?
– Bernard
8 hours ago
@Bernard It mean they should be located on a circle.
– chishjmutoji 2
7 hours ago
What should be on a circle, which is not?
– Bernard
7 hours ago
You can see around (0,0). It seems slightly wrong.
– chishjmutoji 2
7 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
7 hours ago
I don't really see the problem. Could you explain a bit more?
– Bernard
8 hours ago
I don't really see the problem. Could you explain a bit more?
– Bernard
8 hours ago
@Bernard It mean they should be located on a circle.
– chishjmutoji 2
7 hours ago
@Bernard It mean they should be located on a circle.
– chishjmutoji 2
7 hours ago
What should be on a circle, which is not?
– Bernard
7 hours ago
What should be on a circle, which is not?
– Bernard
7 hours ago
You can see around (0,0). It seems slightly wrong.
– chishjmutoji 2
7 hours ago
You can see around (0,0). It seems slightly wrong.
– chishjmutoji 2
7 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
7 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
7 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
39 mins 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
39 mins 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
39 mins 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 6 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
39 mins 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
39 mins ago
rput(.046;8.5)...rput(.04;! 42 8 add)...rput(.043;! 83 8.5 add). Thanks for your explanation ...
– chishjmutoji 2
39 mins ago
rput(.046;8.5)...rput(.04;! 42 8 add)...rput(.043;! 83 8.5 add). Thanks for your explanation ...
– chishjmutoji 2
39 mins 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 6 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
8 hours ago
@Bernard It mean they should be located on a circle.
– chishjmutoji 2
7 hours ago
What should be on a circle, which is not?
– Bernard
7 hours ago
You can see around (0,0). It seems slightly wrong.
– chishjmutoji 2
7 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
7 hours ago