1

Here is the code:

Export["~/Downloads/1234.pdf", Graphics3D[{Lighter[Black], Opacity[0.5], 
   Polygon@Table[{Cos[x], Sin[x], 0}, {x, 0, 2 \[Pi], 0.01}]}]]

in version 8, I get

enter image description here

in version 9, I get

enter image description here

why the color is different and also there are gridlines in the plot? Is there a way to fix the color and the gridlines in version 9?

VividD
  • 3,660
  • 4
  • 26
  • 42
xslittlegrass
  • 27,549
  • 9
  • 97
  • 186
  • 2
    I think you'll find possible answers here http://mathematica.stackexchange.com/questions/17507/problem-with-transparency-when-i-export-an-eps-file/17515#17515 and here http://mathematica.stackexchange.com/questions/3081/copying-an-image-from-the-clipboard-modifying-it-and-returning-it-to-the-clipbo – bill s Jun 19 '13 at 04:35

0 Answers0