Displaying 4 results from an estimated 4 matches for "deeppink".
2011 Oct 17
2
special language character in a pie chart
...chinery and equipment n.e.c.',
'Electrical and optical equipment',
'Other non-metallic mineral products',
'Basic metals and fabricated metal products',
'Transport equipment','Manufacturing n.e.c.')
colors=c('yellow','chocolate4','deeppink','green','darkgreen',
'orange','cyan','lightgoldenrod1','blue','red','blueviolet',
'honeydew3','deeppink4','sandybrown')
win.graph(width = 7, height = 4)
par(mar=c(0,2.5,0,0))
par(bg='white...
2023 Feb 15
0
Question about italics in legendg() - plotrix
...t;Pan troglodytes","Macaca mulatta",
"Saguinus oedipus","Lemur catta","Galago senegalensis"),
pch=list(c(15,0),c(16,1),c(17,2),c(18,5),c(19,10)),
col=list(c("royalblue","skyblue1"),
c("chocolate","gold"),c("deeppink","lightpink"),
c("black","grey"),c("forestgreen","lightgreen")))
par(font=1)
legendg(0.45,-0.7,legend=c("Pan troglodytes","Macaca mulatta",
"Saguinus oedipus","Lemur catta","Galago senegalensis&quo...
2013 Feb 25
1
colors to pie chart.
...", 12), rep("4", 3), rep("5", 2), rep("6", 2)))
##this runs just fine.
pie(table(TVs))
##however, when i add:
colors <- c("cyan3","magenta","darkblue","darkmagenta","darkred", "darkgoldenrod1", "deeppink")
##and then:
pie(table(TVs, col=colors))
i receive this error.
Error in table(TVs, col = colors) :
all arguments must have the same length
i have tried it a few different ways (changing color names, adding cex arguments, etc), with same results.
i am not sure why i would be getting th...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...y2", "#8DEEEE",
"darkslategray3", "#79CDCD",
"darkslategray4", "#528B8B",
"darkslategrey", "#2F4F4F",
"darkturquoise", "#00CED1",
"darkviolet", "#9400D3",
"deeppink", "#FF1493",
"deeppink1", "#FF1493",
"deeppink2", "#EE1289",
"deeppink3", "#CD1076",
"deeppink4", "#8B0A50",
"deepskyblue", "#00BFFF",
"deepskyblue1",...