Skip to main content

All Questions

Tagged with
0 votes
0 answers
63 views

PDF export on macOS Mojave does not show axes correctly

I am using Mathematica 11.3.0.0 on macOS 10.14.3. I found something goes crazy when I exported a plot with legends. In the notebook, everything seems fine Then I used the export command to export it ...
honeyclover's user avatar
0 votes
0 answers
226 views

Broken lines in exporting pdf of 3D plot in Mathematica 10

I want a 3D-plot with mesh lines as written in the code below: ...
Krishna Tripathi's user avatar
0 votes
1 answer
152 views

How to generate common axes with GraphicsGrid and save plot as pdf when using Legended without cell number

I would like to remove y-axes with keeping plot's consistency and then save it as pdf without cell number (I used save selection as), it is Ok if saved as an image but not working with pdf?! Here the ...
MMA13's user avatar
  • 4,644
1 vote
0 answers
67 views

Export plot in pdf format using legendMaker

I am playing with the function legendMaker coming from the answer of this question. I am using same data form answer. ...
Moonwalk's user avatar
  • 661
9 votes
2 answers
1k views

PlotLegends and ImageSize

I have Mathematica 9.0.1, and I have problems with PlotLegends breaking the ImageSize directive. I defined ...
Pincopallino's user avatar
5 votes
1 answer
585 views

Problem with exporting a plot with a legend to PDF

I've found a simple example that illustrates my problem: ContourPlot[x^2 - 1 == y, {x, -1, 1}, {y, -1, 1}, PlotLegends -> "Expressions"] When I try to export ...
garrett mitchener's user avatar
11 votes
1 answer
1k views

Font size in PDF export with legended plots not working

I need to export plots as PDF with a given image and font size. Everything is working fine if there is no legend for that plot. However, if I want to export legended plots, the font size is decreased ...
Robinaut's user avatar
  • 1,245