Message Boards Message Boards

0
|
5090 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

exporting or printing a pdf loses tick numbers

Posted 9 years ago
POSTED BY: Raymond Brock
2 Replies
Posted 9 years ago

Hi Raymond,

What version do you use and what is your OS? With version 10.2 on Win7 x64 the following works for me:

pl = LogLinearPlot[{PlanckRadiationLaw[Quantity[3000, "Kelvins"], Quantity[l, "Meters"]], 
   PlanckRadiationLaw[Quantity[6000, "Kelvins"], Quantity[l, "Meters"]]}, {l, 1/10^10, 
   3*^-6}, MaxRecursion -> 1, PlotRange -> All, Frame -> True, 
  PlotStyle -> {{Thickness[0.005], Blue}, {Thickness[0.005], Red}}, 
  FrameLabel -> {{Style["spectral radiance", 16, FontFamily -> "Helvetica"], 
     None}, {Style["\[Lambda], m", 16, FontFamily -> "Helvetica"], None}}, 
  PlotLabel -> Style["Spectral Plot", 24, FontFamily -> "Helvetica"], 
  PlotLegends -> Placed[{"3000 K", "6000 K"}, Above]]

Export["pl.pdf", pl]

Here is what I see when open the file in Acrobat:

screenshot

POSTED BY: Alexey Popkov
Posted 9 years ago

That's interesting. I'm on a mac OS X 10.10.5 using Preview, but Acrobat Pro 9.0 does the same thing.

Ray

POSTED BY: raymond.brock
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract