12
votes
2answers
158 views

Sharp background image in plot

How do I get rid of blurry transitions between pixels of the background image below. It's the fault of Texture[], previously discussed in this answer. I haven't ...
8
votes
4answers
320 views

Showing a rectangular plot on an almost-closed sphere

I am currently teaching some students about the "point at infinity", and how it allows us to treat circles and lines as "the same", etc. I would like to kind of show this happening with a series of ...
0
votes
0answers
43 views

How to texturize ordinary plot [duplicate]

Possible Duplicate: Coloring Points in a List Plot I have plot like ListPlot[Table[{y, y^2}, {y, -1, 1, 0.1}]] and I would like to colour each of ...
4
votes
1answer
131 views

Exported graphics texture to eps is too dark

Why is the exported graphics eps file so dark? It looks much lighter (and better) as the Mathematica output appearing the notebook. After running ...
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 ...