\documentclass{article}
\usepackage{graphicx}
\usepackage[all]{xy}
\begin{document}
$\xymatrix{& A \ar[d] & B \ar[d] & C \ar[d] & \\
D \ar[r] & E \ar[d] \ar[r] & F \ar[r] \ar[d] & G \ar[d] \ar`r[d]`[l]`[llld]`[dddll][dddll] & \\
H \ar[r] & I \ar[d] \ar[r] & J \ar[r] \ar[d] & K \ar[r] \ar[d] & L \\
M \ar[r] & N \ar[d] \ar[r] & O \ar[d] \ar[r] & P \ar[r] \ar[d] & Q\\ & R & S & T &}$
\end{document}
The curved arrow:
{ar`r[d]`[l]`[llld]`[dddll][dddll]}
I'm using xy-pic to draw a commutative diagram with a curved arrow.
The code above gives the result in the picture, but I want a curved arrow like the blue one. I tried to adjust the code in the curved arrow but failed.
My question:
How can I draw the desired arrow using xy-pic?
An alternative method would be like this, but it will enlarge the whole diagram. And the relative coordinate is not valid for fractions.
Thanks for your time and effort!


tikz-cdinstead ofxy(I generally convert all\xymatrixdiagrams totikz-cdin the manuscripts I edit, IMO they look a lot better intikz-cd) – daleif Jan 22 '20 at 10:40