Long time listener, first time caller. I've got a table
\begin{center}
\begin{tabular}{cc}
And two columns of pictures displaying results with a particular parameter increasing. I am trying to place a nice long and thick arrow with a big arrowhead alongside the table, to show the direction in which the parameter increases, as such:
------ ------
| | | |
| | | |
_ ------ ------
|
| ------ ------
| | | | |
| | | | |
| ------ ------
|
| ------ ------
V | | | |
| | | |
------ ------
I'm trying with a tikz arrow, where the entire tikz picture is a third column multirow, but it sticks to the top of the columns, and isn't vertically aligned like I drew. I'm also not managing to write along the curve "Increasing \lambda".
Any help would be appreciated. Maybe there's a better way to achieve this.
EDIT
I can't really add a truly working example, since it has pictures that are on my hard drive, but it looks simply like this:
\documentclass{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\begin{document}
\begin{center}
\begin{tabular}{cc}
\textbf{Original} & \textbf{Noisy}\\
\includegraphics[scale=.25]{example-image-a} &
\includegraphics[scale=.25]{example-image-b}\\
~\\
$\boldsymbol{ \ell_1 }$\textbf{ regularisation} & \textbf{TV regularisation} \\
\includegraphics[scale=.25]{example-image-c} &
\includegraphics[scale=.25]{example-image}\vspace{5pt}\\
\includegraphics[scale=.25]{example-image} &
\includegraphics[scale=.25]{example-image}\vspace{5pt}\\
\includegraphics[scale=.25]{example-image} &
\includegraphics[scale=.25]{example-image}
\end{tabular}
\end{center}
\end{document}

mwepackage and then useexample-imageorexample-image-aetc. for dummy images. However, we need to see your preamble too. – percusse Aug 18 '13 at 18:29