Skip to main content
Tweeted twitter.com/#!/StackMma/status/422524631778869248
Tweak title a bit
Link
stathisk
  • 3.1k
  • 23
  • 39

Ugly image of plots when printing notebook to pdf

Add infinity symbol
Source Link
stathisk
  • 3.1k
  • 23
  • 39

One image is worth one thousand words, so:

enter image description here

Question: At what options should I be looking, so that what I see in my notebook is what I get in my printed pdf ?

PS. I can provideHere is the code if that would help.I'm using:

deq = x''[t] == x[t] - x[t]^3 + x[t]^2 + a Cos[t]; genPoincareMapPoints[deq_] := Module[{}, Reap[ NDSolve[{deq, WhenEvent[ Mod[t, 2 \[Pi]] == 0, Sow[{x[t], x'[t]}]] }, {}, {t, 0, 5 10^4}, AccuracyGoal -> 10, PrecisionGoal -> 10, MaxSteps -> ∞]]][[-1, 1]]; Style[ Grid@{ Parallelize[ ListPlot[ genPoincareMapPoints[ {deq /. a -> #, x[0] == 0, x'[0] == 0.0}], AxesLabel -> {"x[t]", "x'[t]"}, PlotRange -> All, PlotLabel -> "Poincare Map for a=" <> ToString@#, PlotStyle -> AbsolutePointSize[0.5]] & /@ {0.03, 0.3, 3}] }, ImageSizeMultipliers -> 1] 

EDIT: Mac OSX 10.9, Mathematica 9.0.1. I am printing with 'File -> Print... -> PDF -> Save as PDF...'. I'm viewing the PDF with 'Preview' app of Mac OSX.

One image is worth one thousand words, so:

enter image description here

Question: At what options should I be looking, so that what I see in my notebook is what I get in my printed pdf ?

PS. I can provide code if that would help.

EDIT: Mac OSX 10.9, Mathematica 9.0.1. I am printing with 'File -> Print... -> PDF -> Save as PDF...'

One image is worth one thousand words, so:

enter image description here

Question: At what options should I be looking, so that what I see in my notebook is what I get in my printed pdf ?

Here is the code I'm using:

deq = x''[t] == x[t] - x[t]^3 + x[t]^2 + a Cos[t]; genPoincareMapPoints[deq_] := Module[{}, Reap[ NDSolve[{deq, WhenEvent[ Mod[t, 2 \[Pi]] == 0, Sow[{x[t], x'[t]}]] }, {}, {t, 0, 5 10^4}, AccuracyGoal -> 10, PrecisionGoal -> 10, MaxSteps -> ∞]]][[-1, 1]]; Style[ Grid@{ Parallelize[ ListPlot[ genPoincareMapPoints[ {deq /. a -> #, x[0] == 0, x'[0] == 0.0}], AxesLabel -> {"x[t]", "x'[t]"}, PlotRange -> All, PlotLabel -> "Poincare Map for a=" <> ToString@#, PlotStyle -> AbsolutePointSize[0.5]] & /@ {0.03, 0.3, 3}] }, ImageSizeMultipliers -> 1] 

EDIT: Mac OSX 10.9, Mathematica 9.0.1. I am printing with 'File -> Print... -> PDF -> Save as PDF...'. I'm viewing the PDF with 'Preview' app of Mac OSX.

Add some infos
Source Link
stathisk
  • 3.1k
  • 23
  • 39

One image is worth one thousand words, so:

enter image description here

Question: At what options should I be looking, so that what I see in my notebook is what I get in my printed pdf ?

PS. I can provide code if that would help.

EDIT: Mac OSX 10.9, Mathematica 9.0.1. I am printing with 'File -> Print... -> PDF -> Save as PDF...'

One image is worth one thousand words, so:

enter image description here

Question: At what options should I be looking, so that what I see in my notebook is what I get in my printed pdf ?

PS. I can provide code if that would help.

One image is worth one thousand words, so:

enter image description here

Question: At what options should I be looking, so that what I see in my notebook is what I get in my printed pdf ?

PS. I can provide code if that would help.

EDIT: Mac OSX 10.9, Mathematica 9.0.1. I am printing with 'File -> Print... -> PDF -> Save as PDF...'

Fix some typos
Source Link
stathisk
  • 3.1k
  • 23
  • 39
Loading
Source Link
stathisk
  • 3.1k
  • 23
  • 39
Loading