Tagged Questions
1
vote
1answer
71 views
3
votes
3answers
96 views
A one-liner to place some number of Graphics3D polytopes on a plane and to randomly assign colorations
I'm looking for a nice one- or two-liner to randomly place some number, $N$, of Graphics3D polytopes on a plane with dimensions $X \times Y$, and to specify that $k ...
0
votes
1answer
103 views
How can I combine several 2D-plots to one big 3D plot?
So I've been able to make a list given by
list = Table[{xValues, f[xValues, t (*fixed*)]}, {xValues, xmin, xmax}]
For example:
...
23
votes
2answers
304 views
Chart illustrating options that affect Graphics/Graphics3D objects
In Mathematica there is a seemingly never-ending list of parameters that affect the appearance of Graphics and Graphics3D ...
1
vote
1answer
75 views
How to keep front and back colors of Polygon in Graphics3D same all the time [duplicate]
I want the same face color for a 3D Polygon when viewed from front or back or from any angle. i.e. I want the color not changed under any conditions. Front and ...
10
votes
3answers
249 views
How to properly project a Graphics object consisting of line primitives
My problem starts from attempts at depicting overlapping lines of different thickness, i.e.
...
0
votes
1answer
122 views
4
votes
1answer
254 views
Plotting a 2D shape along a 3D parametric function curve
Say I have a 3D curve that is parametrically defined. How would I be able to plot shapes like figure 8s whose centers are aligned along the 3D curve?
Say the curve was:
...
7
votes
1answer
220 views
How do I flatten transparency on a graphics, for conversion to eps or similar?
I've got a graphic that I'd like to save as an eps file. Trouble is, the graphic has some transparency to it. Since the eps format doesn't handle transparency, I want to flatten the transparency out, ...
11
votes
3answers
611 views
How can I visualize 6 square matrices as a cube?
I have six square matrices of the same dimensions in a list, for example:
...
1
vote
2answers
162 views
Interpolating and plotting a surface for a sparse set of 3d data points
I have a set of $(x,y,z)$ coordinates which sparsely cover a surface, e.g.:
data = {{51, 15, 0.1}, {300, 11, 0.99}, {140, 22, 0.123}, {54, 12, 0.66}, ...};
What ...
6
votes
2answers
174 views
Plot3D constrained to a non-rectangular region
I would like to make a nice 3D graphic of a parabolic bowl, with a cylindrical rim. If I do the following:
Plot3D[x^2 + y^2, {x, -3, 3}, {y, -3, 3}]
I get a ...
3
votes
1answer
117 views
White spots in ListDensityPlot
I have a problem with ListDensityPlot.
I have some data on an irregular grid.
I try to plot them with
...
5
votes
1answer
250 views
Building a molecule viewer: aesthetic rotations
I am working on building a molecule viewer in Mathematica and am running in to problems with controlling rotation of the molecule (which is rendered as a ...
0
votes
2answers
118 views
How to maintain a smooth surface in CDFs while playing? [duplicate]
I created a CDF for viewing the Möbius Band, and its generation.
https://www.dropbox.com/s/e3af0xelbbqjfhd/Cinta_Moebious_Rafa.cdf
But:
1.- When it´s PAUSED the surface is soft and you can see with ...