Tagged Questions
5
votes
1answer
64 views
question about pgf-blur package in xelatex
Here is my code:
\documentclass{article}
\usepackage{pgfplots}
\usetikzlibrary{shadows.blur}
\begin{document}
\tikzfading[name=fade down,
top color=transparent!30,
bottom ...
7
votes
1answer
364 views
Circular drop shadow around a spy in pgfplots
The pgf manual isn't really explicit about it, so i'm here to ask it to the stack communauty.
I tried to put some shadow/blur effect around the spyonnode but with no effect at all !
I tried this :
...
6
votes
1answer
555 views
Add fancy design to pgfplots (shadows, rounded corners, reflections)
In our company we would like to run the client reportings in LaTeX, which works quite well, but we are struggeling with the design requirements for plots - we use pgfplots. Our aim is to get those ...