I want to create two invisible arrows so I can link between them, the problem is that when I try the make these arrows curved they become no longer invisible?
Here is a sample document:
\documentclass{article}
\usepackage[all]{xy}
\begin{document}
\[
\xymatrix{A
\ar@{}@/^{2.4pc}/[d] \\
B
}
\]
\end{document}
It gives the following graph:

What I want is to make the arrow going from $A$ to $B$ invisible, but it doesn't work!
So what's wrong with this latex code?
