On the vertical axis of a Plot whenever I have a ratio of variables in a string as axes label, the exporting of the plot to PDF format messes this ratio up. Minimal working example:
Export["test.pdf",
Plot[0, {x, 0, 1},
FrameLabel -> {"c", "\!\(\*FractionBox[\(a\), \(b\)]\)"}
]
]
This with Mathematica 10.0.2 produces the following image:
Is there any way to resolve this issue where a/b is not shown correctly within the exported PDF by Mathematica?
Comments
Post a Comment