Displaying 2 results from an estimated 2 matches for "55ff55".
Did you mean:
5555
2011 Mar 23
1
Tinc graph and label info.
Hi,
I use tinc with the option GraphDumpFile=/etc/tinc/ci00036/grapd.dot
In the graph there is the label section:
ci00036 [label = "ci00036"];
ci00037 [label = "ci00037"];
ci00038 [label = "ci00038"];
Is there an option to set the label in the tinc config file or host file
to a custom text ?
Something that is easy to read and has some meaning
2006 Aug 23
1
rgl package: color of the axes
Hej,
When plotting triangles with rgl.triangles and setting the axes afterwards
with decorate3d(aspect=TRUE), the axes get the color used for the last
triangle plotted.
Example:
rgl.triangles(c(1,2,3),c(1,2,5),c(1,3,2),col="#55FF55")
decorate3d(aspect=TRUE)
Using
decorate3d(aspect=TRUE,col="#000000")
or
decorate3d(aspect=TRUE,color="#000000")
does not help, the axes still have the last color used for plotting an
object.
In the help page of decorate3d on can find the following line:
......