XeLaTex with pgfplots displays wrong color?
Brought to you by:
cfeuersaenger,
ludewich
I'm using XeTex for Truetypefonts.
It appears as if the color output in pgfplots is not correct. Is that a bug? Or do I have some misconfiguration?
For other colors than black (e.g. red for the axis line color) it actually works as expected...
My pgfversion: 3.0.1a
MWE:
\documentclass{scrartcl} \usepackage{xcolor} \usepackage{tikz} \usepackage{pgfplots} \pgfplotsset{axis line style=black} \color{green} \begin{document} \begin{tikzpicture} \begin{axis} \addplot {x*x}; \end{axis} \end{tikzpicture} \end{document}
Expected behaviour with pdflatex looks like this: