On 02/08/2009 4:49 PM, Tom La Bone wrote:
I want to print characters from the symbol font (or perhaps even Wingdings)
in an rgl 3d plot, but I am having no luck. So, what do I have to do in
order to get this snippet to print out a character from the symbol font?
library(rgl)
open3d()
text3d(1,1,
I want to print characters from the symbol font (or perhaps even Wingdings)
in an rgl 3d plot, but I am having no luck. So, what do I have to do in
order to get this snippet to print out a character from the symbol font?
library(rgl)
open3d()
text3d(1,1,1,"a",adj=c(0.5,0.5),cex=10,family="symbol"
2 matches
Mail list logo