Graphics, Figures & Tables ⇒ .eps figure labels not displaying correctly
.eps figure labels not displaying correctly
LaTeX is not reading the image labels correctly. In the attached image, the left image is how the image looks when using it in LaTeX and converting to a pdf, while the right image is what appears if I use any compatible image viewer to look at just the .eps, which is exactly how it should appear.
I suspect it has something to do with "math mode" and the labels. The label (in Python) is:
ylabel(r'$\varepsilon_{x}$ ($\mu$m)')
So, the only things showing up are the elements that are in math mode (between the $ signs), but not the subscript {x}.
I can't just include everything inside $ signs, as that would screw up the look of the m and the ( and )s, and that doesn't explain why {x} isn't working.
I can also save things as pdf, and convert them to eps, but that introduces a bunch of resolution issues and removes the ability to edit the labels inside the eps.
Thanks for the help!
- Attachments
-
- LatexErrorCompare.png (11.89 KiB) Viewed 3512 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis