I am trying to draw a quiver with abbreviated arrows like

I tried the following
\documentclass{standalone}
\usepackage{tikz-cd}
\begin{document}
\begin{tikzcd}
1
\arrow[rrrr, draw=none, "\raisebox{+1.5ex}{\vdots}" description
\arrow[rrrr, bend left, "x_0"]
\arrow[rrrr, bend right, swap, "x_m"]
\arrow[ddrr, draw=none, "\raisebox{+1.5ex}{\vdots}" description]
\arrow[ddrr, bend left, "y_{0}"]
\arrow[ddrr, bend right, swap, "y_n"]
&&&& 3
\\
\\
&&2
\arrow[uurr]
\\
\end{tikzcd}
\end{document}
but the output is not satisfactory. I was wondering if I there is anyway to change the 'bend left/right' to something that suits better for the presentation.
Thanks for the help!



shiftrather thanbend– egreg Mar 20 '18 at 20:53