Do you want to know something funny? The R programming language and the ggplot package are some of the most powerful data visualization software packages on the market, but there is no easy way to create a pie chart in standard ggplot. Rather, we have to create a bar plot and then transform it into a pie chart. This can be incredibly confusing for new users. So in today's post, I'll show you the basics of how to create a pie chart using ggplot. <iframe width="560" height="315" src="https://www.youtube.com/embed/P-HIaNTBRTg?si=g5HAAH551ONAlf0B" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> ## Getting Started As usual, we will start off by opening R studio and pulling the tidyverse package into our library. After we have pulled in the required packages, we will create a sample data frame that contains two columns. We need the column of different categories and the proportion of observations in each category. ```r install.packages("tidyverse") library(tidyverse) df <- data.frame( category = c("4","6","8"), prop = c(11,7,14) ) ``` In this example, I am working with the mtcars data set. So the categories in my data frame will be four, six, and eight to represent the number of cylinders that each vehicle has. The second column in my data frame is the proportion column. This represents the counts of each of these different items. For example, there are 11 four-cylinder vehicles, 7 six-cylinder vehicles, and 14 eight-cylinder vehicles. Once we create the data frame, we also want to create a vector of labels. Keep in mind, it is important for this vector of labels to match the order in your data frame. ```r label = c("4 cyl","6 cyl","8 cyl") ``` ## Making The Plot Perfect! Now we have all the information we need to make the plot. We're going to start off by creating a bar plot. Yes, I know it sounds crazy to create a bar plot when we actually want a pie chart, but the simple fact of the matter is that ggplot does not have a default pie chart. So we have to create a bar plot and then transform it into a pie chart. ```r ggplot(data = df, aes ( x= "", y = prop, fill = category))+ geom_bar(stat = "identity", width = 1)+ coord_polar(theta = 'y')+ theme_void()+ labs(title = "Pie chart")+ theme(plot.title = element_text(hjust = .5))+ geom_text(label = label, position = position_stack(vjust = .5)) ``` Once you run the code above, it should produce a chart that looks something like this.  ## Explaining The Code As I always say, it can be quite difficult to explain multiple lines of code in an essay format, so I definitely recommend checking out the attached video to understand what each line of this code is doing. However, there are a couple key pieces of information that I want to point out. - coord_polar is the essential command that flips our bar chart to a pie chart. theta = y sets the angular measurement of our pie chart to the y values that we passed in to the chart. - theme_void isn't strictly necessary....it just removes a lot of weird labels. - geom_bar(stat = "identity", width = 1) is important because it tells R to treat the column of y values literally and not perform any calculations. These is another option called stat="count" that we could use if we needed to count the number of each category in the dataset. We don't have to do that here because we already provided the counts in our data frame. ## Summary Obviously, this isn't the most beautiful pie chart in the world, and it's not going to win any awards for stunning graphic design. However, it is a foundation that we will build from in future tutorials. As always, I appreciate you taking the time to read the article. I hope you found it useful, and I will see you next time!
author | algoswithamber |
---|---|
permlink | perfecting-pie-charts-in-r-ggplot-tutorial-11 |
category | hive-122108 |
json_metadata | "{"app":"peakd/2025.8.3","format":"markdown","description":"Beginner guide to pie charts in R","tags":["rstats","math","education","stem","statistics","programming","ecency"],"users":[],"image":["https://files.peakd.com/file/peakd-hive/algoswithamber/243C3cdtsKY3JFx7458gRtmhfrBzPGEEuCgpEFZnJ2ZJ7UgtSmDdADJq6fGGTHyA8D8x5.png"]}" |
created | 2025-08-13 17:15:42 |
last_update | 2025-08-13 17:15:42 |
depth | 0 |
children | 5 |
last_payout | 1969-12-31 23:59:59 |
cashout_time | 2025-08-20 17:15:42 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 1.583 HBD |
promoted | 0.000 HBD |
body_length | 4,052 |
author_reputation | 3,309,821,188,901 |
root_title | "Perfecting Pie Charts in R🥧- ggplot Tutorial 11" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 144,965,573 |
net_rshares | 5,003,114,428,251 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xeldal | 0 | 794,934,084,353 | 2.5% | ||
adol | 0 | 205,988,030,513 | 2.5% | ||
enki | 0 | 528,236,661,141 | 2.5% | ||
kevinwong | 0 | 1,373,300,800 | 0.6% | ||
eric-boucher | 0 | 3,338,176,779 | 0.6% | ||
roelandp | 0 | 71,433,694,222 | 5% | ||
cloh76 | 0 | 816,447,942 | 0.6% | ||
sunshine | 0 | 3,423,494,092 | 0.6% | ||
lemouth | 0 | 310,467,303,886 | 10% | ||
tfeldman | 0 | 1,127,628,397 | 0.6% | ||
metabs | 0 | 1,122,864,857 | 10% | ||
mcsvi | 0 | 93,500,356,484 | 50% | ||
boxcarblue | 0 | 3,893,873,799 | 0.6% | ||
justyy | 0 | 8,503,070,664 | 1.2% | ||
michelle.gent | 0 | 752,140,186 | 0.24% | ||
curie | 0 | 69,705,677,206 | 1.2% | ||
modernzorker | 0 | 613,998,413 | 0.84% | ||
techslut | 0 | 26,772,906,335 | 4% | ||
steemstem | 0 | 180,731,447,973 | 10% | ||
yadamaniart | 0 | 1,045,212,354 | 0.6% | ||
walterjay | 0 | 99,102,940,586 | 5% | ||
valth | 0 | 854,707,599 | 5% | ||
anthonyadavisii | 0 | 652,513,764,710 | 100% | ||
metroair | 0 | 6,287,769,007 | 1.2% | ||
driptorchpress | 0 | 479,472,191 | 0.3% | ||
dna-replication | 0 | 336,551,255 | 10% | ||
dhimmel | 0 | 5,698,685,408 | 2.5% | ||
oluwatobiloba | 0 | 424,419,180 | 10% | ||
detlev | 0 | 8,901,344,917 | 0.36% | ||
dune69 | 0 | 663,855,042 | 1.2% | ||
gamersclassified | 0 | 989,516,977 | 0.6% | ||
jerrybanfield | 0 | 3,972,978,273 | 1.2% | ||
rt395 | 0 | 754,154,545 | 1.5% | ||
bitrocker2020 | 0 | 2,617,813,502 | 0.24% | ||
ohamdache | 0 | 746,505,988 | 0.6% | ||
helo | 0 | 9,153,035,468 | 5% | ||
arunava | 0 | 3,475,753,958 | 0.48% | ||
juancar347 | 0 | 4,860,124,020 | 0.6% | ||
enjar | 0 | 13,180,014,272 | 1.08% | ||
alexander.alexis | 0 | 6,788,907,191 | 10% | ||
jayna | 0 | 1,853,512,455 | 0.24% | ||
princessmewmew | 0 | 1,555,231,469 | 0.6% | ||
joeyarnoldvn | 0 | 449,027,061 | 1.47% | ||
gunthertopp | 0 | 12,219,291,146 | 0.24% | ||
pipiczech | 0 | 540,329,780 | 1.2% | ||
empath | 0 | 1,658,690,219 | 1.02% | ||
felt.buzz | 0 | 1,815,308,948 | 0.3% | ||
howo | 0 | 184,258,941,421 | 10% | ||
tsoldovieri | 0 | 1,027,922,413 | 5% | ||
neumannsalva | 0 | 1,107,119,213 | 0.6% | ||
stayoutoftherz | 0 | 36,110,214,307 | 0.3% | ||
abigail-dantes | 0 | 3,724,556,343 | 10% | ||
coindevil | 0 | 629,248,463 | 0.96% | ||
syh7758520 | 0 | 2,771,931,222 | 80% | ||
investingpennies | 0 | 3,452,937,866 | 1.2% | ||
aaronleang | 0 | 10,785,828,320 | 20% | ||
rocky1 | 0 | 170,663,311,632 | 0.18% | ||
aidefr | 0 | 1,047,674,139 | 5% | ||
sorin.cristescu | 0 | 31,738,873,943 | 5% | ||
meno | 0 | 808,450,699 | 0.6% | ||
buttcoins | 0 | 11,948,856,855 | 0.24% | ||
enzor | 0 | 497,819,326 | 10% | ||
bartosz546 | 0 | 583,927,687 | 0.6% | ||
sunsea | 0 | 1,562,598,848 | 0.6% | ||
bluefinstudios | 0 | 617,684,324 | 0.36% | ||
steveconnor | 0 | 1,125,461,865 | 0.6% | ||
paulmoon410 | 0 | 25,408,521,405 | 75% | ||
aboutcoolscience | 0 | 3,308,540,695 | 10% | ||
kenadis | 0 | 2,567,733,966 | 10% | ||
madridbg | 0 | 2,500,350,400 | 10% | ||
adelepazani | 0 | 772,675,245 | 0.24% | ||
sco | 0 | 2,843,912,770 | 10% | ||
juecoree | 0 | 629,448,802 | 7% | ||
gabrielatravels | 0 | 813,390,002 | 0.42% | ||
hetty-rowan | 0 | 473,914,053 | 0.6% | ||
intrepidphotos | 0 | 2,821,037,584 | 7.5% | ||
fineartnow | 0 | 888,141,810 | 0.6% | ||
oscarina | 0 | 739,945,778 | 10% | ||
aiziqi | 0 | 1,089,829,413 | 5% | ||
steemvault | 0 | 509,510,501 | 1.2% | ||
communitybank | 0 | 863,216,340 | 1.2% | ||
utube | 0 | 887,988,892 | 1.2% | ||
m1alsan | 0 | 1,147,386,542 | 1.2% | ||
neneandy | 0 | 1,350,349,707 | 1.2% | ||
marc-allaria | 0 | 517,775,620 | 0.6% | ||
sportscontest | 0 | 1,245,173,145 | 1.2% | ||
pandasquad | 0 | 3,494,952,201 | 1.2% | ||
mproxima | 0 | 700,037,389 | 0.6% | ||
emiliomoron | 0 | 883,157,264 | 5% | ||
photohunt | 0 | 730,782,561 | 1.2% | ||
geopolis | 0 | 605,137,414 | 10% | ||
robertbira | 0 | 1,039,010,326 | 2.5% | ||
alexdory | 0 | 1,832,066,818 | 10% | ||
takowi | 0 | 25,578,140,644 | 1.2% | ||
irgendwo | 0 | 3,877,078,259 | 1.2% | ||
melvin7 | 0 | 17,833,570,781 | 5% | ||
francostem | 0 | 1,306,798,911 | 10% | ||
chrislybear | 0 | 1,729,586,645 | 0.6% | ||
jjerryhan | 0 | 1,572,191,448 | 0.6% | ||
putu300 | 0 | 1,072,380,686 | 5% | ||
zipporah | 0 | 600,403,095 | 0.24% | ||
superlotto | 0 | 1,293,995,220 | 1.2% | ||
satren | 0 | 20,126,457,164 | 10% | ||
bscrypto | 0 | 3,743,978,273 | 0.6% | ||
bil.prag | 0 | 610,359,344 | 0.06% | ||
vcclothing | 0 | 666,155,937 | 0.36% | ||
sanderjansenart | 0 | 1,265,845,554 | 0.6% | ||
qberry | 0 | 912,644,943 | 0.6% | ||
greddyforce | 0 | 1,078,508,568 | 0.44% | ||
gadrian | 0 | 92,041,688,608 | 6% | ||
therising | 0 | 21,494,567,364 | 1.2% | ||
cryptocoinkb | 0 | 448,702,735 | 0.6% | ||
de-stem | 0 | 5,310,098,944 | 9.9% | ||
softa | 0 | 1,063,565,875 | 0.24% | ||
primersion | 0 | 531,991,335,203 | 20% | ||
deholt | 0 | 518,751,886 | 8.5% | ||
robmolecule | 0 | 21,715,440,980 | 10% | ||
minerthreat | 0 | 919,912,965 | 0.6% | ||
nateaguila | 0 | 60,921,972,073 | 5% | ||
temitayo-pelumi | 0 | 931,502,751 | 10% | ||
carilinger | 0 | 20,564,527,895 | 2.5% | ||
doctor-cog-diss | 0 | 8,790,166,690 | 10% | ||
musicvoter2 | 0 | 1,481,464,461 | 1% | ||
uche-nna | 0 | 1,679,787,616 | 0.96% | ||
cheese4ead | 0 | 957,239,043 | 0.6% | ||
dgi | 0 | 518,696,529 | 20% | ||
nattybongo | 0 | 3,791,362,441 | 10% | ||
talentclub | 0 | 663,350,519 | 0.6% | ||
bflanagin | 0 | 452,903,968 | 0.6% | ||
armandosodano | 0 | 1,331,383,312 | 0.6% | ||
teamvn | 0 | 13,716,797,185 | 10.93% | ||
kylealex | 0 | 5,437,406,512 | 10% | ||
thelittlebank | 0 | 12,387,334,726 | 0.6% | ||
pboulet | 0 | 18,092,244,112 | 8% | ||
cliffagreen | 0 | 5,663,377,403 | 10% | ||
palasatenea | 0 | 477,674,322 | 0.6% | ||
the.success.club | 0 | 753,655,908 | 0.6% | ||
parttimeeconon | 0 | 14,304,552,119 | 100% | ||
multifacetas | 0 | 801,187,777 | 0.6% | ||
cakemonster | 0 | 648,055,563 | 1.2% | ||
stem.witness | 0 | 550,730,546 | 10% | ||
chipdip | 0 | 857,638,031 | 10% | ||
steemstorage | 0 | 1,594,409,522 | 1.2% | ||
crowdwitness | 0 | 2,665,804,849 | 5% | ||
hairgistix | 0 | 708,766,182 | 0.6% | ||
artmentor | 0 | 24,611,157,914 | 33% | ||
coolmole | 0 | 476,160,749 | 0.6% | ||
steemean | 0 | 10,038,939,313 | 5% | ||
littlesorceress | 0 | 1,265,456,379 | 1.2% | ||
cryptofiloz | 0 | 1,919,978,949 | 1.2% | ||
dawnoner | 0 | 574,825,009 | 0.12% | ||
memehub | 0 | 708,891,155 | 0.6% | ||
robibasa | 0 | 32,831,663,309 | 10% | ||
qwerrie | 0 | 1,434,921,996 | 0.09% | ||
tiffin | 0 | 773,269,415 | 1.2% | ||
reggaesteem | 0 | 500,000,741 | 5% | ||
tokensink | 0 | 759,128,185 | 1.2% | ||
beta500 | 0 | 877,861,885 | 1.2% | ||
steemstem-trig | 0 | 159,488,718 | 10% | ||
baltai | 0 | 1,681,873,188 | 0.6% | ||
ibt-survival | 0 | 38,189,439,602 | 10% | ||
delilhavores | 0 | 587,968,503 | 1.2% | ||
hive-199963 | 0 | 1,142,253,275 | 1.2% | ||
stemsocial | 0 | 81,779,525,965 | 10% | ||
the100 | 0 | 1,460,783,813 | 0.6% | ||
noelyss | 0 | 3,345,061,483 | 5% | ||
quinnertronics | 0 | 16,230,705,365 | 7% | ||
r-nyn | 0 | 16,075,633,139 | 11% | ||
altleft | 0 | 5,445,989,000 | 0.01% | ||
meritocracy | 0 | 15,091,339,315 | 0.12% | ||
dcrops | 0 | 5,219,884,879 | 0.6% | ||
whywhy | 0 | 541,108,381 | 0.33% | ||
yozen | 0 | 1,809,320,275 | 0.6% | ||
tawadak24 | 0 | 965,840,898 | 0.6% | ||
bobthebuilder2 | 0 | 7,227,438,816 | 10% | ||
failingforwards | 0 | 724,194,140 | 0.6% | ||
drricksanchez | 0 | 3,585,143,136 | 0.6% | ||
nfttunz | 0 | 2,733,056,603 | 0.12% | ||
merit.ahama | 0 | 758,819,433 | 0.36% | ||
holovision.cash | 0 | 4,188,506,780 | 100% | ||
t-nil | 0 | 618,100,479 | 10% | ||
irivers | 0 | 0 | 100% | ||
mmckinneyphoto13 | 0 | 1,017,979,809 | 0.6% | ||
aries90 | 0 | 10,824,747,608 | 1.2% | ||
blingit | 0 | 857,601,440 | 0.6% | ||
psyberx | 0 | 16,277,566,932 | 20% | ||
captaindingus | 0 | 1,908,076,076 | 0.6% | ||
newilluminati | 0 | 3,580,456,518 | 0.6% | ||
lichtkunstfoto | 0 | 1,932,571,958 | 1.2% | ||
dr-animation | 0 | 876,891,944 | 75% | ||
lukasbachofner | 0 | 1,112,278,848 | 0.6% | ||
belug | 0 | 1,665,585,614 | 0.36% | ||
hk-curation | 0 | 1,122,693,879 | 0.84% | ||
inibless | 0 | 521,633,213 | 5% | ||
callmesmile | 0 | 742,063,167 | 0.6% | ||
justfavour | 0 | 953,953,000 | 0.6% | ||
jijisaurart | 0 | 638,498,456 | 0.6% | ||
wasined | 0 | 3,606,835,244 | 1.2% | ||
clpacksperiment | 0 | 451,031,771 | 0.6% | ||
humbe | 0 | 8,903,333,400 | 2% | ||
gornat | 0 | 37,957,759,842 | 100% | ||
jhymi | 0 | 1,229,669,432 | 0.6% | ||
peakecoin | 0 | 1,073,456,338 | 75% | ||
argo8 | 0 | 1,395,955,526 | 0.6% | ||
rhemagames | 0 | 1,148,762,729 | 0.6% | ||
profwhitetower | 0 | 677,203,499 | 5% | ||
peakecoin.bnb | 0 | 612,210,890 | 75% | ||
arka1 | 0 | 1,374,307,754 | 0.6% |
Thank you, for this post, I didn't knew about theme_void() I think I will use it from now on. I got a question, the hjust = 0.5 is the code that put the title in top center positions I guess, but what it means the vjust = 0.5 in geom_text(). I mean I imagine is what puts te labels inside the pie sections. But does it work vjust in that particular case! Thanks $wine
author | gornat |
---|---|
permlink | re-algoswithamber-2025813t155042193z |
category | hive-122108 |
json_metadata | {"links":[],"type":"comment","tags":["hive-122108","rstats","math","education","stem","statistics","programming","ecency"],"app":"ecency/3.3.3-mobile","format":"markdown+html"} |
created | 2025-08-13 21:50:42 |
last_update | 2025-08-13 21:50:42 |
depth | 1 |
children | 2 |
last_payout | 1969-12-31 23:59:59 |
cashout_time | 2025-08-20 21:50:42 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.002 HBD |
promoted | 0.000 HBD |
body_length | 368 |
author_reputation | 18,323,859,928,243 |
root_title | "Perfecting Pie Charts in R🥧- ggplot Tutorial 11" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 144,974,744 |
net_rshares | 8,241,631,319 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
algoswithamber | 0 | 8,241,631,319 | 100% |
Yeah, you're absolutely right. The hjust is the horizontal justification for the plot title. It is a little confusing why the geom_text would use vjust for the labels, but I think it is because a "pie chart" in ggplot is really just a transformed bar chart. So, sometimes things get weird as far as what is vertical and what is horizontal.
author | algoswithamber |
---|---|
permlink | re-gornat-t0yeix |
category | hive-122108 |
json_metadata | {"tags":["hive-122108"],"app":"peakd/2025.8.3"} |
created | 2025-08-13 22:30:51 |
last_update | 2025-08-13 22:30:51 |
depth | 2 |
children | 1 |
last_payout | 1969-12-31 23:59:59 |
cashout_time | 2025-08-20 22:30:51 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 340 |
author_reputation | 3,309,821,188,901 |
root_title | "Perfecting Pie Charts in R🥧- ggplot Tutorial 11" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 144,975,688 |
net_rshares | 0 |
thank you! Pie charts with ggplot are possibly te most difficult data visualization tool I have ever used.
author | gornat |
---|---|
permlink | re-algoswithamber-2025813t16341300z |
category | hive-122108 |
json_metadata | {"tags":["hive-122108"],"app":"ecency/4.2.2-vision","format":"markdown+html"} |
created | 2025-08-13 22:34:03 |
last_update | 2025-08-13 22:34:03 |
depth | 3 |
children | 0 |
last_payout | 1969-12-31 23:59:59 |
cashout_time | 2025-08-20 22:34:03 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | 18,323,859,928,243 |
root_title | "Perfecting Pie Charts in R🥧- ggplot Tutorial 11" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 144,975,752 |
net_rshares | 0 |
Congratulations @algoswithamber! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s) <table><tr><td><img src="https://images.hive.blog/60x70/https://hivebuzz.me/@algoswithamber/upvoted.png?202508140756"></td><td>You received more than 2250 upvotes.<br>Your next target is to reach 2500 upvotes.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@algoswithamber) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>
author | hivebuzz |
---|---|
permlink | notify-1755158569 |
category | hive-122108 |
json_metadata | {"image":["https://hivebuzz.me/notify.t6.png"]} |
created | 2025-08-14 08:02:48 |
last_update | 2025-08-14 08:02:48 |
depth | 1 |
children | 0 |
last_payout | 1969-12-31 23:59:59 |
cashout_time | 2025-08-21 08:02:48 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 646 |
author_reputation | 369,446,705,072,593 |
root_title | "Perfecting Pie Charts in R🥧- ggplot Tutorial 11" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 144,982,633 |
net_rshares | 0 |
<div class='text-justify'> <div class='pull-left'> <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div> Thanks for your contribution to the <a href='/trending/hive-196387'>STEMsocial community</a>. Feel free to join us on <a href='https://discord.gg/9c7pKVD'>discord</a> to get to know the rest of us! Please consider delegating to the @stemsocial account (85% of the curation rewards are returned). Consider setting @stemsocial as a beneficiary of this post's rewards if you would like to support the community and contribute to its mission of promoting science and education on Hive. <br /> <br /> </div>
author | stemsocial |
---|---|
permlink | re-algoswithamber-perfecting-pie-charts-in-r-ggplot-tutorial-11-20250814t031153219z |
category | hive-122108 |
json_metadata | {"app":"STEMsocial"} |
created | 2025-08-14 03:11:54 |
last_update | 2025-08-14 03:11:54 |
depth | 1 |
children | 0 |
last_payout | 1969-12-31 23:59:59 |
cashout_time | 2025-08-21 03:11:54 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 646 |
author_reputation | 22,930,822,901,738 |
root_title | "Perfecting Pie Charts in R🥧- ggplot Tutorial 11" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 144,979,035 |
net_rshares | 0 |