Skip to main content

All Questions

Tagged with
1 vote
2 answers
110 views

Vectorizing in 3D environments

The following code ...
sam wolfe's user avatar
  • 4,903
0 votes
0 answers
65 views

Dashing issue in Graphics

I have plotted a 3D image using Graphics3D and I have included a Dashing option. If I save the image as a png file (left image) ...
mathemania's user avatar
5 votes
0 answers
839 views

Exporting graphics as vector image

I am just trying to get my head around when mathematica stopped (largely 3D) exporting complex graphics as a vector image. I believe it was in one of the 11 versions. I understand there are lots of ...
Niels Walet's user avatar
4 votes
0 answers
82 views

Inconsistent opacity of points in exported 3D graphics with vector image format

An input of 3D graphics of points with specific opacities for each gives a correct output graphic in its worksheet, but its exported graphic with vector format (e.g. eps, pdf, etc) gives wrong ...
User061829's user avatar
5 votes
1 answer
249 views

How to export a 3D circle as a single piece PDF vectorial object? [duplicate]

I need to export a circle drawn in 3D with a specific point of view to a PDF file. This is easy to do. However, the exported circle is made of tons of non-connected small bits. I need the whole ...
Cham's user avatar
  • 4,103
10 votes
1 answer
191 views

Problem exporting Graphics3D into PDF

When I try to export some Graphics3D, like this one: into a PDF file I get a bad appearance like this: It's possible to fix? Steps to reproduce the problem: <...
unlikely's user avatar
  • 7,123
9 votes
0 answers
2k views

How can I export 3D plots as vector graphics? [duplicate]

Consider the following simple example code: plot3D = ListPlot3D[{{0, 0, 1}, {1, 0, 0}, {0, 1, 0}}, Mesh -> All]; Export["plot3D.pdf", plot3D] As clearly seen, ...
glS's user avatar
  • 7,683
17 votes
1 answer
2k views

Exporting 2D & 3D graphics for use in Adobe Illustrator

I have recently (perhaps since Mathematica Version 10?) encountered a change in how PDF images are saved and how they behave after being loaded into Adobe Illustrator (v16.0.4 under Mac OS X 10.10.5). ...
Joseph O'Rourke's user avatar
31 votes
2 answers
6k views

Export Plot3D in Mathematica 10.1 is Rasterized by default

When I use Export to export Plot3D to PDF format, I get different behaviour in Mathematica 10.1 compared to 10.0. In particular, ...
LBogaardt's user avatar
  • 1,605
7 votes
0 answers
1k views

Embed 3D objects from Mathematica, in a pdf

Acrobat Reader 9+ supports interactive manipulation of 3D objects. See this file for example - another widely used example are PRC objects which may be produced by Asymptote. Exporting animations ...
anderstood's user avatar
  • 14.4k
20 votes
3 answers
2k views

Using Inset[..] to overlay a Graphics3D with its raster version

Preamble First let me explain the why. You can skip this and go directly to the question if want to answer it right away. We had more than one discussion about how to produce nice looking 3d plots ...
halirutan's user avatar
  • 113k