In the following MEW I have two problems
Only due to the MWE: stackexchange is having some problem highlighting my code (due to the back upper coma)- The real problem: I would like that the snake go through in the middle, between V,WZ and rho1,rho2,rho3.
\documentclass{article}
\usepackage[all]{xy}
\usepackage{amsmath}
\begin{document}
\xymatrix@C=1pc{
&&\operatorname{ker}(\rho_1) \ar[rr]\ar[d]^-{\iota_1}
&&\operatorname{ker}(\rho_2) \ar[rr]\ar[d]^-{\iota_2}
&&\operatorname{ker}(\rho_3) \ar[d]^-{\iota_3}
\ar`r[d]`[ll]`[llllld]`[dddllll][dddllll] \\
&&V \ar[rr]^{\phi}\ar[d]^{\rho_1}
&&W \ar[rr]^{\psi}\ar[d]^{\rho_2}
&&Z \ar[rr]\ar[d]^{\rho_3}&&0\\
0\ar[rr] &&V' \ar[rr]^{\phi'}\ar[d]^-{\pi_1}
&&W' \ar[rr]^{\psi'}\ar[d]^-{\pi_2}
&&Z'\ar[d]^-{\pi_3} &&\\
&&\operatorname{coker}(\rho_1)\ar[rr]
&&\operatorname{coker}(\rho_2)\ar[rr]
&&\operatorname{coker}(\rho_3)&&
}
\end{document}



pstricks, if you may consider doing it with this package. – Bernard Feb 27 '21 at 19:04