Tagged Questions
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 ...
16
votes
1answer
445 views
Transparent textures don't show
EDIT For now, I'm going to accept Brett's answer. It's a way to get transparency back by having 3D calculations done in software
instead of hardware. It addresses the symptoms but not the ...