Export RevolutionPlot3D with transparent background

  • Mathematica
  • Thread starter member 428835
  • Start date
  • Tags
    Transparent
  • #1

member 428835

Hi PF!

Given the following:

test = RevolutionPlot3D[t^4 - t^2, {t, 0, 1}, Background -> None]
Export["test.eps", Rasterize[test, Background -> None]]

The background is not transparent. Any idea how to do this? I've checked all over the internet, and nothing seems to work.

Thanks for the help!

Josh
 
  • #2
This isn’t something I have tried to do before, but I suspect that after the call to Rasterize there is no more background. Can you export the RevolutionPlot3D directly?

If not, maybe you can “green screen” the background and then edit that color out in an external program
 
  • #3
Yea, turns out I just exported the images with white background and used an external program to remove it. Kinda a pain but it worked.
 

Suggested for: Export RevolutionPlot3D with transparent background

Replies
1
Views
1K
Replies
1
Views
1K
Replies
2
Views
901
Replies
1
Views
632
Replies
4
Views
462
Replies
1
Views
887
Replies
2
Views
782
Replies
1
Views
730
Replies
5
Views
694
Back
Top