Tagged Questions
5
votes
2answers
447 views
PGFPlots: line opacity gradient?
Imagine a very simple PGFPlot, e.g.:
\begin{tikzpicture}
\begin{axis}
\addplot+[no marks]{x^2};
\end{axis}
\end{tikzpicture}
How can I have the line "fade out" from the left to the right of the ...
3
votes
2answers
783 views
Opaque-to-transparent gradient lost in embedded PDF figure
I have a figure created with Inkscape as SVG and exported as PDF. When I view the PDF directly (e.g. in OS X Preview), it shows correctly. When embedding it in a LaTeX document, it has problems with ...