pgfplots: shader=interp funktioniert nicht
Verfasst: Do 1. Dez 2016, 11:19
Werte LaTeX-Experten!
Ich möchte einen 3D-Surface-Plot mit dem Paket pgfplots erstellen. Leider funktioniert hierbei die Option shader=interp nicht. Ich benutze folgendes Minimalbeispiel:
Beim Kompilieren kommt folgender Fehler:
! Package pgfplots Error: CRITICAL: shader=interp: got unsupported pdf shading
type '0'. This may corrupt your pdf!.
See the pgfplots package documentation for explanation.
Type H <return> for immediate help.
...
l.10 \end{axis}
Weiß jemand, ob und wie man dies beheben kann?
Ich wäre sehr dankbar!
Ich möchte einen 3D-Surface-Plot mit dem Paket pgfplots erstellen. Leider funktioniert hierbei die Option shader=interp nicht. Ich benutze folgendes Minimalbeispiel:
\documentclass{scrartcl} \usepackage{pgfplots} \begin{document} \begin{tikzpicture} \begin{axis}[view={0}{90}] \addplot3[surf,shader=interp] coordinates {(0,0,0) (0,1,1) (1,0,0.5) (1,1,0.25)}; \end{axis} \end{tikzpicture} \end{document}
! Package pgfplots Error: CRITICAL: shader=interp: got unsupported pdf shading
type '0'. This may corrupt your pdf!.
See the pgfplots package documentation for explanation.
Type H <return> for immediate help.
...
l.10 \end{axis}
Weiß jemand, ob und wie man dies beheben kann?
Ich wäre sehr dankbar!