For questions specific to the Graphics3D command and related 3D graphics functionality.
11
votes
1answer
215 views
Facegrids at ticks
I want to plot a 3D graphic and I want facegrids at the ticks that I specify. I've tried several solutions but I cannot get this working. The result with the code provided below is that it does its ...
18
votes
4answers
940 views
Can 2D and 3D plots be combined so that the 2D plot is the bottom surface of the 3D plot boundary?
I have a ListlinePlot function, that I would like to combine with both a Graphics3D plot and a ...
33
votes
4answers
2k views
How to make a 3D globe?
There are many ways to create a 3D Earth that is rotatable (see here, here, related here), but most of them have some drawbacks. These issues mainly stem from either ...
13
votes
2answers
614 views
Texture mapping and resizing a sphere primitive in Mathematica
Background Info
In Mathematica, it's only possible to texture map a sphere through the use of SphericalPlot3D or ...