Hi Cleber,
Looks like Deja Vu Sans Bold to me. If you have the GIMP, check it out.
Jim
On Sun, Oct 31, 2021 at 1:35 PM Cleber Borges via R-help
wrote:
>
> I once saw an internet article someone who made all the letters of the
> alphabet with the R logo style (font type, blue color and bow).
> I
I once saw an internet article someone who made all the letters of the
alphabet with the R logo style (font type, blue color and bow).
I tried several Google searches with different combinations of strings
but I couldn't find it.
Would anyone know to give news of this article?
Thanks in advance
After a lot of testing and reading the manuals, I think I came pretty
close to what I wanted (code below).
But some Cartesian axes do not appear.
I placed each axis separately and the corners where the raster images
coincide overlapping the axes. The others have no problems.
Many thanks,
C
On 30/10/2021 3:06 p.m., Cleber Borges via R-help wrote:
library( jpeg ); library( rgl ); library( grid )
logo <- readJPEG( Rlogo )
x <- seq( 0,1,len=10 )
open3d()
plot3d( x, x, x, type='n' )
show2d({
par(mar=c(0,0,0,0))
grid.raster( logo, x=0, width=1, y=0 )
Thanks Duncan for your answer.
and I apologize for not mentioning more details.
What I intend to do is more artistic than a scatter plot. I just really
want the raster images in the 3 planes and the space will be empty anyway.
I still haven't got results but below is my attempts with your tip.
On 30/10/2021 12:42 p.m., Cleber Borges via R-help wrote:
Hello all
How to plot a raster image (like the R logo for example) on a plane of a
3D chart?
My intention is to plot an image on each plane: xy, yz, xz...
I've seen something a long time ago on the internet but I can't find it
anymore.
Hello all
How to plot a raster image (like the R logo for example) on a plane of a
3D chart?
My intention is to plot an image on each plane: xy, yz, xz...
I've seen something a long time ago on the internet but I can't find it
anymore.
Thanks in advance for any help.
Cleber Borges
--
Es
7 matches
Mail list logo