Convert Graphics3D to Graphics2D. Is it possible?
- To: mathgroup at smc.vnet.net
- Subject: [mg103886] Convert Graphics3D to Graphics2D. Is it possible?
- From: Alexey <lehin.p at gmail.com>
- Date: Sat, 10 Oct 2009 07:11:02 -0400 (EDT)
Hello, My aim is to produce vector-quality 2D representation of Graphics3D for publication purposes. I would wish to have a general solution but if it is impossible in the new version of Mathematica I should consider only my particular case. My Graphics3D consists of a smooth line representing the solution of a system of differential equations (and axes, of course). So it seems to be a simple case. Is it possible to convert this 3D graphics in 2D format preserving text as text (not converting text in vector lines)? As an suitable example one may use Graphics3D generated by ParametricPlot3D[{Cos[\[Theta]], Sin[\[Theta]], Sqrt[\[Theta]]}, {\[Theta], 0, 6 Pi}]
- Follow-Ups:
- Re: Convert Graphics3D to Graphics2D. Is it possible?
- From: Tim Kostka <kostka@gmail.com>
- Re: Convert Graphics3D to Graphics2D. Is it possible?
- From: "van der Burgt, Maarten" <Maarten.VanDerBurgt@icos.be>
- Re: Convert Graphics3D to Graphics2D. Is it possible?
- From: Patrick Scheibe <pscheibe@trm.uni-leipzig.de>
- Re: Convert Graphics3D to Graphics2D. Is it possible?