Displaying 3 results from an estimated 3 matches for "olivedrab1".
2010 Jul 26
2
[LLVMdev] LLVM Dependency Graph
...omponents and edges until the graph was small enough to be presentable. I don't know if I can actually use LLVM due to its humongousness, but I hope the graph will be helpful to others attempting to comprehend LLVM. PNG attached; dot file follows.
digraph G {
ipo [shape=box,style=filled,color=olivedrab1];
ipa [shape=box,style=filled,color=olivedrab1];
X86Info [shape=box,style=filled,color=olivedrab1];
X86Disassembler [shape=box,style=filled,color=olivedrab1];
X86CodeGen [shape=box,style=filled,color=olivedrab1];
X86AsmPrinter [shape=box,style=filled,color=olivedrab1];
X86AsmParser [shape=box,style...
2007 Jul 24
1
How to add circular text for a graph with concentric circles
...w.
Thank you very much,
best regards,
Suhas
# Conurbano1a.R
# R Program to generate circles, radii based on proportion of ALL STUDENTS
# Prepared by Suhas, Tuesday, July 24, 2007
grid.circle(x=0.5, y=0.5, r=3*(.1268), default.units="npc", name=NULL,
gp=gpar(fill="olivedrab1",col=NULL), draw=TRUE, vp=NULL)
grid.circle(x=0.5, y=0.5, r=3*(0.095882), default.units="npc", name=NULL,
gp=gpar(fill="cornflowerblue",col=NULL), draw=TRUE,
vp=NULL)
grid.circle(x=0.5, y=0.5, r=3*(0.077894), default.units="npc", name=NULL,...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...,
"navajowhite3", "#CDB38B",
"navajowhite4", "#8B795E",
"navy", "#000080",
"navyblue", "#000080",
"oldlace", "#FDF5E6",
"olivedrab", "#6B8E23",
"olivedrab1", "#C0FF3E",
"olivedrab2", "#B3EE3A",
"olivedrab3", "#9ACD32",
"olivedrab4", "#698B22",
"orange", "#FFA500",
"orange1", "#FFA500",
"orange2", "...