RE: Advanced Pie Chart Customization in R - ggplot Tutorial 12
You are viewing a single comment's thread:
Awesome! the "bg" argument completely new to me, thank you, those borders are very anoying. I personally prefer the legend without margins
(legend.background = element_rect(color = NA, fill = "black")
but that´s just preference. Also, I recomend not to use the same word for arguments and objects in the code, is very confusing for people new to the matter (like me) 😅😅.
Thank you for sharing
$wine
0
0
0.000
Congratulations, @gornat You Successfully Shared 0.200 WINEX With @algoswithamber.
You Earned 0.200 WINEX As Curation Reward.
You Utilized 2/2 Successful Calls.
Contact Us : WINEX Token Discord Channel
WINEX Current Market Price : 0.036
Swap Your Hive <=> Swap.Hive With Industry Lowest Fee or Highest Reward : Click This Link
Read Latest Updates Or Contact Us
That's a good point about not using the same word for arguments and objects. I've confused myself so many times when I'm writing a longer block of code and can't remember what is supposed to be what.
Indeed, and yet it is so common, most sample code I´ve found arround uses repeated words!